上一页 1 ··· 3 4 5 6 7
摘要: vue.config.js const path = require("path"); module.exports = { pluginOptions: { "style-resources-loader": { preProcessor: "less", // 下面的路径为全局less文件的路径 阅读全文
posted @ 2021-12-13 09:30 小万子呀 阅读(454) 评论(0) 推荐(0)
摘要: 执行命令 npm install --save qrcode.vue 页面引入 import QrcodeVue from "qrcode.vue" 注册 components:{QrcodeVue} html <qrcode-vue :value="url" :size="imgSize" lev 阅读全文
posted @ 2021-12-08 16:41 小万子呀 阅读(1831) 评论(0) 推荐(0)
摘要: <Input style="width:200px" @on-change="saveAll" /> export default { data(){ return{ timer: null, // 用于临时存放计时器 } }, methods: { saveAll () { if (this.ti 阅读全文
posted @ 2021-12-08 12:27 小万子呀 阅读(38) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7