学海无涯

导航

2023年3月5日 #

element-plus 常用控件

摘要: 分页 <el-pagination background layout="prev, pager, next" :total="total" @current-change="currentChange" /> const total = ref(100); function currentChan 阅读全文

posted @ 2023-03-05 19:42 宁静致远. 阅读(64) 评论(0) 推荐(0) 编辑

Element Plus UI 安装

摘要: 安装 # 选择一个你喜欢的包管理器 # NPM $ npm install element-plus --save # Yarn $ yarn add element-plus # pnpm $ pnpm install element-plus 完整引入 如果你对打包后的文件大小不是很在乎,那么使 阅读全文

posted @ 2023-03-05 16:36 宁静致远. 阅读(263) 评论(0) 推荐(0) 编辑

Vue 技巧

摘要: 编译项目后,自动打开浏览器 npm run dev 在vite.config.js 文件中添加 server节点 export default defineConfig({ plugins: [vue()], resolve: { alias: { '@': fileURLToPath(new UR 阅读全文

posted @ 2023-03-05 16:10 宁静致远. 阅读(14) 评论(0) 推荐(0) 编辑