12 2021 档案
摘要:vue.config.js const path = require("path"); module.exports = { pluginOptions: { "style-resources-loader": { preProcessor: "less", // 下面的路径为全局less文件的路径
阅读全文
摘要:执行命令 npm install --save qrcode.vue 页面引入 import QrcodeVue from "qrcode.vue" 注册 components:{QrcodeVue} html <qrcode-vue :value="url" :size="imgSize" lev
阅读全文
摘要:<Input style="width:200px" @on-change="saveAll" /> export default { data(){ return{ timer: null, // 用于临时存放计时器 } }, methods: { saveAll () { if (this.ti
阅读全文

浙公网安备 33010602011771号