app.use(ElementPlus, {locale: zhCn }); 手动按需引入 <template><el-button>按钮</el-button></template>import{ defineComponent }from'vue'// 局部引入import{ElButton}from'element-plus'import'element-plus/theme-chalk/el-button.css'import'element-plus/theme-chalk/base.css'exportdefaultdefineComponent(...
不是全局引入的element-plus。而是通过unplugin-vue-components自动化按需引入组件的 WangJincheng4869 Dec 18, 2024 不是全局引入的element-plus。而是通过unplugin-vue-components自动化按需引入组件的 elarbor Dec 18, 2024 Author 嗯嗯 好了Sign up for free to join this conversation on GitHub. Already ha...