region-picker
region-picker copied to clipboard
A region picker based on Vue and ElementUI.
在clear里添加了 ```javascript this.$emit('change', null) this.$emit('input', null) ``` 然后更新了下地区 自己写了个爬虫 https://gist.github.com/mlzxgzy/c1085d0e140184489968a747282d00df
1. 在form表单下,region-picker(prop:muliple=true),点击确认、取消按钮会Submit Form,需要设置button的type=button ` h( 'button', { class: { 'region-picker__button': true, default: true }, attrs: { type: 'button' }, on: { click: () => this.blur() } }, this.cancelText ), `...
如题。
我在页面中重写插件的样式,但是毫无反应,在Chrome检查元素,不显示我添加的属性
建议文档再详细点,以便更方便地使用。