wepy2.0中使用vant-weapp组件


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>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM