nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
399 stars 34 forks source link

beforeMount is not recognized #4

Closed winuxue closed 5 years ago

winuxue commented 6 years ago

I tried to use the lifecycle hook beforeMount without success. anybody can help?

matjaz commented 6 years ago

This one should work. It's registered in vue-class-component https://github.com/vuejs/vue-class-component/blob/e25fca3c54b83ba0bc34a91de6a5a50ff2db657e/src/component.ts#L10