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
项目版本: "vite": "^5.3.5", "unplugin-vue-components": "^0.27.4", "element-plus": "^2.8.0", vite.config.ts中的配置如下 /* 自动按需引入 / AutoImport({ / 自动导入 Vue 相关函数,如:ref, reactive, toRef 等 / imports: ["vue", "vue-router", "pinia"], / 自动导入element相关函数,如:ElMessage, ElMessageBox.. / resolvers: [ElementPlusResolver()] }), Components({ / 自动导入element相关组件 */ resolvers: [ElementPlusResolver()] }) vue页面代码如下
结果该页面alert执行无数次,直到页面崩溃
bug
谷歌浏览器
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
项目版本: "vite": "^5.3.5", "unplugin-vue-components": "^0.27.4", "element-plus": "^2.8.0",
vite.config.ts中的配置如下
/* 自动按需引入 /
AutoImport({
/ 自动导入 Vue 相关函数,如:ref, reactive, toRef 等 /
imports: ["vue", "vue-router", "pinia"],
/ 自动导入element相关函数,如:ElMessage, ElMessageBox.. /
resolvers: [ElementPlusResolver()]
}),
Components({
/ 自动导入element相关组件 */
resolvers: [ElementPlusResolver()]
})
vue页面代码如下
结果该页面alert执行无数次,直到页面崩溃
Reproduction
bug
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: