码迷,mamicode.com
首页 > 移动开发 > 详细

wepy2.0中使用vant-weapp组件

时间:2019-10-26 19:03:35      阅读:916      评论:0      收藏:0      [点我收藏+]

标签:dem   tle   项目   字段   按钮   type   lis   com   module   

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组件

标签:dem   tle   项目   字段   按钮   type   lis   com   module   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!