nuxt-community / nuxt-property-decorator

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

Component in Component #28

Closed francoism90 closed 5 years ago

husayt commented 5 years ago

And what is in NavbarItem?

On Sat, 15 Dec 2018, 17:13 François M. <notifications@github.com wrote:

Why is this displaying the following errors:

[vue-class-component] Static property name 'cid' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'options' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'super' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'component' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'directive' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'filter' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'superOptions' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'extendOptions' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property. [vue-class-component] Static property name 'sealedOptions' declared on class 'Header' conflicts with reserved property name of Vue internal. It may cause unexpected behavior of the component. Consider renaming the property.

\ Header.vue

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nuxt-community/nuxt-property-decorator/issues/28, or mute the thread https://github.com/notifications/unsubscribe-auth/ABHXrHye98K9Y-a7a7Iz28S9vRityLw9ks5u5S3DgaJpZM4ZU0ZC .

francoism90 commented 5 years ago

Sorry, I had multiple @Component, don't know why I overlook at this. Thanks for looking into this.