首页 > 移动平台 > 详细

wepy2.0中使用vant-weapp组件

时间:2019-10-26 18:36:37      阅读:773      评论:0      收藏:0      [点我收藏+]
npm i vant-weapp -S --production

在项目下的package.json下看是否有了vant字段

最最最重要的,在引入的时候通过module映入

<config>

{

    navigationBarTitleText: ‘WePY 2.0 Feature Demo‘,

    usingComponents: {
    
    panel: ‘~@/components/panel‘,
    
    counter: ‘~counter‘,
    
    list: ‘../components/list‘,
    
    group: ‘../components/group‘,
    
    "slide-view": "module:miniprogram-slide-view",
    
    "van-button": "module:vant-weapp/dist/button/index"
    
    }

}

</config>
<van-button type="danger">危险按钮</van-button>

 

wepy2.0中使用vant-weapp组件

原文:https://www.cnblogs.com/ll15888/p/11744146.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!