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
Vuetify Version: 3.5.12 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7
default layout(src/layouts/default.vue) can not be changed to another until defaultLayout is set to 'default' in vite.config.mts.
defaultLayout
this can reproduce by deleting defaultLayout in vite.config.mts, then the abc in page will disappear.
abc
layout can be changed
layout is fixed
https://github.com/Hanmo123/vuetify-issue/tree/codespace-effective-goggles-rrgv56v6vpj3xqjg/vuetify-project/src
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Vuetify Version: 3.5.12
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
default layout(src/layouts/default.vue) can not be changed to another until
defaultLayout
is set to 'default' in vite.config.mts.this can reproduce by deleting defaultLayout in vite.config.mts, then the
abc
in page will disappear.Expected Behavior
layout can be changed
Actual Behavior
layout is fixed
Reproduction Link
https://github.com/Hanmo123/vuetify-issue/tree/codespace-effective-goggles-rrgv56v6vpj3xqjg/vuetify-project/src
The text was updated successfully, but these errors were encountered: