You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DONE Compiled successfully in 3114ms 4:19:39 PM
ERROR in /Users/danieltaylor/Downloads/bugreport/my-project/src/components/HelloWorld.vue
36:1 Unable to resolve signature of class decorator when called as an expression.
Type '<VC extends VueClass<Vue>>(target: VC) => VC' is missing the following properties from type 'typeof HelloWorld': extend, nextTick, set, delete, and 7 more.
34 | import { Component, Prop, Vue } from 'vue-property-decorator';
35 |
> 36 | @Component
| ^
37 | export default class HelloWorld extends Vue {
38 | @Prop() private msg!: string;
39 | }
No lint errors found
Version: typescript 3.2.2, tslint 5.11.0
Time: 3078ms
The text was updated successfully, but these errors were encountered:
Version
3.2.1
Reproduction link
https://github.com/danielktaylor/vue-bug-report
Environment info
Steps to reproduce
vue create my-project
~~ config settings ~~
What is expected?
Clean project build
What is actually happening?
Errors during project build
The text was updated successfully, but these errors were encountered: