Skip to content

Commit

Permalink
feat(readme): 文档新增gif演示
Browse files Browse the repository at this point in the history
  • Loading branch information
Qymh committed Aug 30, 2019
1 parent c83e909 commit e258db5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,29 +767,29 @@ Vue.use(QSelect, { name: 'QPicker' });
- 一层非联动 [沙盒演示](https://codesandbox.io/s/yicengfeiliandong-7xzsj?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/one.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/one.GIF)

- 非联动内联展示异步设置值 [沙盒演示](https://codesandbox.io/s/yicengfeiliandongyibu-llfi8?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/two.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/two.GIF)

- 多层非联动实测 [沙盒演示](https://codesandbox.io/s/duocengfeiliandongshice-k5o0i?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/three.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/three.GIF)

- 简单联动 [沙盒演示](https://codesandbox.io/s/jiandanliandong-lc3fd?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/four.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/four.GIF)

- 省市区联动实测 [沙盒演示](https://codesandbox.io/s/shengshiquliandongshice-zq7v6?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/five.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/five.GIF)

> 异步加载的难度会大于简单联动,如果不是格外追求加载性能,建议使用非异步联动,如果要使用请参考下面的列子
- 省市区非联动异步实测 [沙盒演示](https://codesandbox.io/s/shengshiquliandongshice-7tgd4?fontsize=14)

<!-- ![](https://github.com/Qymh/q-select/blob/master/docs/gif/six.gif) -->
![](https://github.com/Qymh/q-select/blob/master/docs/gif/six.GIF)

### props

Expand Down
Binary file modified docs/gif/five.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gif/four.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gif/one.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gif/six.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gif/three.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/gif/two.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e258db5

Please sign in to comment.