vue-impression
vue-impression copied to clipboard
A Vue.js 2.0 UI elements for mobile.
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
  slideup固定在bottom,这里是否可以做成配置项,可以设置top,bottom属性
是否可以有个文档,第一次使用vue-impression的时候,不知从何下手,只能翻看源码,感觉增加了项目开发成本



[src/scripts/mixins/sync.js](https://github.com/NewDadaFE/vue-impression/blob/master/src/scripts/mixins/sync.js) 第20-24行,为什么`this.currentValue = undefined`? 把空数组变为`undefined`导致在项目中watch`this.currentValue`的变化时多触发一次change事件。
可否加入滑块选择的组件,例如[这样](http://elemefe.github.io/mint-ui/#/range)