- 博客(3)
- 收藏
- 关注
原创 vue3使用记录
此文章基于setup script语法糖,个人使用整理,不定期更新 1.双方绑定 // 组件 <template> <el-select v-model="selectValue" placeholder="选择" size="small" @change="onChange"> <el-option label="1" value="1"></el-option> <el-option label="2"
2022-05-18 09:59:33
830
1
原创 dayjs常规使用
1.计算两个日期天数 let startime = dayjs('2020-5-1'); // 开始日期 let endTime = dayjs('2022-5-20'); // 当前时间 let day = dayjs(startime ).diff(endTime , 'day') // 天数
2022-05-18 09:31:51
185
原创 warning: “@charset“ must be the first rule in the file
vue3+vite报错"@charset" must be the first rule in the file,解决方法在vue.config文件配置 css: { postcss: { plugins: [ { postcssPlugin: 'internal:charset-removal', AtRule: { charset: (atRul...
2022-03-28 09:22:30
1591
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人