Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

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

Warnings in development mode #36

Open
FlorinProfeanu opened this issue Mar 8, 2023 · 4 comments
Open

Warnings in development mode #36

FlorinProfeanu opened this issue Mar 8, 2023 · 4 comments

Comments

@FlorinProfeanu
Copy link

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?

@frufin
Copy link
frufin commented Mar 31, 2023

Same problem !

@basdp
Copy link
basdp commented Apr 18, 2023

Yeah, I have this too! Seems to be since Vue 2.7. Let's investigate, I want this solved as well :-)

@frufin
Copy link
frufin commented May 25, 2023

Same ! Not maintened ?

@basdp
Copy link
basdp commented May 28, 2023

I don't know.. There is not really any activity in the last 6 years.

@michitaro, are you still here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants