Terry Zeng

Results 83 comments of Terry Zeng

Try to add `class` attribute directly. ```vue ```

`v-suggest` dom elements structure like below: ![image](https://user-images.githubusercontent.com/854406/74703350-df41ab80-5247-11ea-9d5e-f4d7716131a5.png) You have to write some css style to overwrite the original css content ```scss /* the css(scss) content in your page */ div.v-suggest...

Use `v-model` directive directly. Some code for example below ```vue export default { data () { return { list: [ { name: 'tom' }, { name: 'jerry' }, ] userName...

还是应该用变量来保存 `change` 事件输出的数据,在所有级别都选择完成,并自动收起面板后,会触发 `complete` 事件,你的应用可以在这个事件里进行统一把保存的数据赋值到表单或是什么数据集中

在开发中了

针对具体平台的兼容处理,建议使用本地化的样式进行适配,通用组件没这个必要也没这个能力对某个具体的 UI 平台做适配

实际上样式文件里的多处 `important` 正是当时适配 bootstrap2 与 bootstrap3 的历史遗留产物

不矛盾,正是做过适配,后来有更多的平台也提出适配的需求,才发现这种适配是没意义的

`z-index` 的情况,可自行增加样式进行全局覆盖,在其他 UI 框架中并没有该问题