App.vue'; import "element-plus/lib/theme-chalk/index.css"; //需要加入的代码 let app = createApp(App); app.use(ElementPlus); //需要加入的代码 ...
確定! 回上一頁