美文网首页
V - Distpicker 一个简单易用的地区选择器

V - Distpicker 一个简单易用的地区选择器

作者: 抠脚大汉梁天睿 | 来源:发表于2017-12-29 11:31 被阅读0次

1下载

npm install v-distpicker --save

or

yarn add v-distpicker --save

2配置

1)在main.js中引用

import VDistpicker from 'v-distpicker' // 引入省市选择器

Vue.component('v-distpicker', VDistpicker) // 注册组件

3使用

import VDistpicker from 'v-distpicker'

export default {
  components: { VDistpicker }
}

这就已经配置完了 可以使用了

最后附上原网址

https://distpicker.iline.co/

相关文章

网友评论

      本文标题:V - Distpicker 一个简单易用的地区选择器

      本文链接:https://www.haomeiwen.com/subject/hqdigxtx.html