摘要: element 官网上 slot=“header”,这种写法,template 内的变量,打印出来的一直是初始值,将slot=“header” 改成#header ,就可以了 * 在 2.6.0 中,我们为具名插槽和作用域插槽引入了一个新的统一的语法 (即 v-slot 指令)。它取代了 slot 阅读全文
posted @ 2020-11-09 16:46 CatherLee 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 封装了工具类 DateTimeUtils.js,可以直接复制到项目中使用. /** * 时间日期工具类 */ import moment from 'moment' export default { /** * 获取本周周一和周日日期 */ getCurrentWeek() { const star 阅读全文
posted @ 2020-11-09 14:21 CatherLee 阅读(1596) 评论(0) 推荐(0) 编辑