09 2021 档案

摘要:在Vue 3项目中使用 Vant UI中vant-popup 弹出层功能时,需要将 v-model="show" 更改为 v-model:show= "show"(Vue 3 语法) : <van-popup v-model:show="show" closeable close-icon="clo 阅读全文
posted @ 2021-09-09 12:25 麦田与星空 阅读(6914) 评论(0) 推荐(0)
摘要:module.exports = { plugins: { // 'autoprefixer': { // browsers: ['Android >= 4.0', 'iOS >= 8'] // }, 'postcss-pxtorem': { rootValue({file}) { // 判断是否为 阅读全文
posted @ 2021-09-06 20:45 麦田与星空 阅读(786) 评论(0) 推荐(0)