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
I want to dynamically load the components in the vant component library, But loading css styles is problematic
"dependencies": { "@vitejs/plugin-vue2": "^2.3.1", "vant": "^2.13.2", "vite-plugin-commonjs": "^0.10.1", "vue": "^2.7.16" }, "devDependencies": { "vite": "^4.5.3" }
Example https://stackblitz.com/edit/vitejs-vite-k49src?file=src%2Fmain.js
Uncaught SyntaxError: Unexpected identifier '__matchRequireRuntime0__' (at App.vue:55:46)
And finding the "vant/lib/utils/dom/style" path is also problematic
The text was updated successfully, but these errors were encountered:
fix: works with @vitejs/plugin-vue2 #49
@vitejs/plugin-vue2
7c9ee77
Successfully merging a pull request may close this issue.
Example
https://stackblitz.com/edit/vitejs-vite-k49src?file=src%2Fmain.js
The text was updated successfully, but these errors were encountered: