随笔分类 - Weapp
摘要:在根目录下npm init 然后npm i @vant/weapp -S --production 最后再工具-构建npm
阅读全文
摘要:app.json "usingComponents": { "van-button": "@vant/weapp/button/index", "van-cell": "@vant/weapp/cell/index", "van-cell-group": "@vant/weapp/cell-grou
阅读全文
摘要:Component({ options: { addGlobalClass: true, } })
阅读全文
摘要:https://blog.csdn.net/qq_33744228/article/details/82768432 https://blog.csdn.net/qq_33744228/article/details/82768432
阅读全文
摘要:dist或lib 组件文件夹下面的: wxs/utils.wxs 第5行,return后面加 url.indexOf(".") 0 || url.indexOf("/") 0 || 即: var bem = require('./bem.wxs').bem; var memoize = requir
阅读全文