摘要:
1.定义参数 import { ref, reactive } from "vue"; let count = ref({ a: 112123, b: 666 }); let state = reactive({ data: 123456, b: [1, 2, 3, 4, 5, { a: 1, b: 阅读全文
posted @ 2022-04-08 14:27
94汪
阅读(82)
评论(0)
推荐(0)
摘要:
1. 下载 npm install -s postcss-plugin-px2rem 2.在根文件夹中创建 .postcssrc.js module.exports = { "plugins": { "postcss-plugin-px2rem": { rootValue: 100, } } } 3 阅读全文
posted @ 2022-04-08 14:08
94汪
阅读(1337)
评论(0)
推荐(0)
浙公网安备 33010602011771号