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

[Bug Report][3.6.10] VTreeview - "open is not defined" when using Nuxt #20071

Open
craigrileyuk opened this issue Jun 28, 2024 · 0 comments
Open

Comments

@craigrileyuk
Copy link

craigrileyuk commented Jun 28, 2024

Environment

Vuetify Version: 3.6.10
Vue Version: 3.4.31
Browsers: Firefox 127.0
OS: Mac OS 10.15

Steps to reproduce

This only seems to be an issue when using Nuxt to render the component. On the line cited above, the component returns an object named "open" from the setup function. This is not defined anywhere else in the file and throws an error.

Expected Behavior

Treeview to function with Nuxt

Actual Behavior

500

open is not defined

at setup (./node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]_/node_modules/vuetify/lib/util/defineComponent.mjs:37:37)
at callWithErrorHandling (./node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:196:19)
at setupStatefulComponent (./node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7577:25)
at setupComponent (./node_modules/.pnpm/@VUE[email protected]/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7538:36)
at renderComponentVNode (./node_modules/.pnpm/@VUE[email protected][email protected][email protected]_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:619:15)
at renderVNode (./node_modules/.pnpm/@VUE[email protected][email protected][email protected]_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:753:14)
at renderVNodeChildren (./node_modules/.pnpm/@VUE[email protected][email protected][email protected]_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:769:5)
at renderElementVNode (./node_modules/.pnpm/@VUE[email protected][email protected][email protected]_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:816:9)
at renderVNode (./node_modules/.pnpm/@VUE[email protected][email protected][email protected]_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:751:9)

Reproduction Link

https://play.vuetifyjs.com/#...

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

No branches or pull requests

1 participant