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
ul
li(v-for="link in links" :key="link.text") {{ link.text }}
And what is in
NavbarItem
?On Sat, 15 Dec 2018, 17:13 François M. <notifications@github.com wrote: