diff --git a/CHANGE.md b/CHANGE.md
index 8e982948..ad7ddc85 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -55,4 +55,6 @@ visible 改为 value,使用 v-model,style 改为 styles,$Modal 的关闭
i-table 改为 Table
### Message
notice.vue 的 key 改为了 name,style 改为 styles
-notification.vue 的 key 改为了 name,style 改为 styles
\ No newline at end of file
+notification.vue 的 key 改为了 name,style 改为 styles
+## Popper
+移除了 visible,使用 value 受控,可能涉及到的组件:Poptip、Tooltip
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 5449fc81..f4bc5362 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 iview
+Copyright (c) 2016 iView
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +19,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
+The MIT License (MIT)
+
+Copyright (c) 2016 ElemeFE
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
index 93322e50..73918863 100644
--- a/README.md
+++ b/README.md
@@ -82,3 +82,11 @@ Normal browsers and Internet Explorer 9+.
- [Webpack](https://github.com/webpack/webpack)
- [ionicons](https://github.com/driftyco/ionicons)
- [Ant Design](https://github.com/ant-design/ant-design)
+
+## Related open source projects
+In iView, Some of the components and style codes refer to the following projects:
+- [AntDesign](https://github.com/ant-design/ant-design)
+- [Element](https://github.com/ElemeFE/element)
+- [vue-antd](https://github.com/okoala/vue-antd)
+- [vue-beauty](https://github.com/FE-Driver/vue-beauty)
+- [Vux](https://github.com/airyland/vux)
\ No newline at end of file
diff --git a/examples/routers/select.vue b/examples/routers/select.vue
index 1da0d740..cae1cf27 100644
--- a/examples/routers/select.vue
+++ b/examples/routers/select.vue
@@ -210,7 +210,7 @@
diff --git a/examples/routers/table.vue b/examples/routers/table.vue
index 374504c6..3eac9b52 100644
--- a/examples/routers/table.vue
+++ b/examples/routers/table.vue
@@ -1,75 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-