diff --git a/examples/docs/zh-cn/input.md b/examples/docs/zh-cn/input.md index 0f7ddcc3..26d0caf3 100644 --- a/examples/docs/zh-cn/input.md +++ b/examples/docs/zh-cn/input.md @@ -200,6 +200,7 @@ ```html ``` diff --git a/src/index.js b/src/index.js index a9a53194..8f107d8f 100644 --- a/src/index.js +++ b/src/index.js @@ -127,7 +127,7 @@ if (typeof window !== 'undefined' && window.Vue) { }; module.exports = { - version: '1.0.0-rc.6', + version: '1.0.0-rc.7', install, SelectDropdown, Pagination,