1.导包 npm install v-distpicker
具体地址:
https://github.com/jcc/v-distpicker
或者在github中搜索 vue-distpicker
2.用包(局部组件) import VDistpicker from 'v-distpicker'
3.注册主键
components:{
VDistpicker
},
4.在需要用的地方,用标签的方式写一下就可以了
<VDistpicker></VDistpicker>
图片: