van-button
app.json
1 | "usingComponents": { |
问题:
[ app.json file content error] app.json: [“usingComponents”][“van-button”]: “@vant/weapp/button/index” not found(env: macOS,mp,1.06.2210310; lib: 2.24.0)
1
2
3npm init
npm i vant-weapp -S --production
npm i @vant/weapp -S --production回到小程序[构建npm]
[ WXML file compile error]
Error -1152: WXML file not found: ./miniprogram_npm/@vant/weapp/grid-item/index.wxml
(env: macOS,mp,1.06.2210310; lib: 2.24.0)1
npm i @vant/weapp -S --production
