乐知付加密服务平台

如果你有资源, 平台可以帮你实现内容变现, 无需搭建知识付费服务平台。

点击访问官方网站 https://lezhifu.cc

扫码关注公众号 乐知付加密服务平台-微信公众号
微信小程序van_button组件的使用 | chenzuoli's blog

微信小程序van_button组件的使用

van-button

app.json

1
2
3
"usingComponents": {
"van-button": "@vant/weapp/button/index"
},

问题:

  1. [ 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
    3
    npm init
    npm i vant-weapp -S --production
    npm i @vant/weapp -S --production

    回到小程序[构建npm]

  2. [ 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
-------------本文结束感谢您的阅读-------------