We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take a look at this example:
I noticed warnings in development mode when I access the nested menuitem:
vue.runtime.esm.js:4642
testapp.zip [Vue warn]: Property or method "__v_isRef" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
---> at src/menuitem/index.vue at src/menu/index.vue at src/menubaritem/index.vue at src/menubar/index.vue at src/App.vue
This warnings does not occur if I run a production build, with the below settings: Vue.config.productionTip = false; Vue.config.devtools = false;
I attached the project. Can you investigate?
The text was updated successfully, but these errors were encountered:
Same problem !
Sorry, something went wrong.
Yeah, I have this too! Seems to be since Vue 2.7. Let's investigate, I want this solved as well :-)
Same ! Not maintened ?
I don't know.. There is not really any activity in the last 6 years.
@michitaro, are you still here?
No branches or pull requests
Take a look at this example:
I noticed warnings in development mode when I access the nested menuitem:
vue.runtime.esm.js:4642
testapp.zip
[Vue warn]: Property or method "__v_isRef" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://v2.vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
found in
---> at src/menuitem/index.vue
at src/menu/index.vue
at src/menubaritem/index.vue
at src/menubar/index.vue
at src/App.vue
This warnings does not occur if I run a production build, with the below settings:
Vue.config.productionTip = false;
Vue.config.devtools = false;
I attached the project.
Can you investigate?
The text was updated successfully, but these errors were encountered: