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
[plugin:vite-plugin-vue-inspector] unknown: Unexpected token, expected "}" (5:6) 8 | }) src/ui/pages/settings.vue:5:6 3 | 4 | definePage({ 5 | meta: { | ^ 6 | requiresAuth: true 7 | },
definePage originates from unplugin-vue-router.. Deactivating vue-dev-tools(https://devtools-next.vuejs.org/) seems to mitigate the error.
definePage
vue-dev-tools
not sure where the culprit is.
The text was updated successfully, but these errors were encountered:
我也遇到这个Bug了
Sorry, something went wrong.
I don't have the bug when I use the 0.9.1 version.
0.9.1
This bug occurs from 0.10.0 release of unplugin-vue-router...
0.10.0
unplugin-vue-router
Do you have found a work around ?
No branches or pull requests
definePage
originates from unplugin-vue-router..Deactivating
vue-dev-tools
(https://devtools-next.vuejs.org/) seems to mitigate the error.not sure where the culprit is.
The text was updated successfully, but these errors were encountered: