摘要: css类 <template> <div class="home"> <HelloWorld msg="Welcome to Your Vue.js App"/> </div> </template> <style> .home { height: 100%; width: 100%; backgr 阅读全文
posted @ 2023-11-01 23:59 半日闲1 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 npm install element-plus --save 2. main.js 引入 import * as Elicons from "@element-plus/icons-vue"; for (const name in Elicons) { app.component(na 阅读全文
posted @ 2023-11-01 17:27 半日闲1 阅读(151) 评论(0) 推荐(0) 编辑