From 0f6d830c1912b3e9374f23f6c674960632e5b4a3 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 15 Oct 2018 17:21:17 +0800 Subject: [PATCH 1/3] update readme --- README.md | 8 ++++++++ README.zh-CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index ed083293..6a37ec93 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,14 @@ If you find this project useful, you can buy author a glass of juice :tropical_d [Buy me a coffee](https://www.buymeacoffee.com/Pan) +## Browsers support + +Modern browsers and Internet Explorer 10+. + +| [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | +| --------- | --------- | --------- | --------- | +| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions + ## License [MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE) diff --git a/README.zh-CN.md b/README.zh-CN.md index ccd136e7..c7d4efbb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -210,6 +210,14 @@ Detailed changes for each release are documented in the [release notes](https:// [Paypal Me](https://www.paypal.me/panfree23) +## Browsers support + +Modern browsers and Internet Explorer 10+. + +| [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | +| --------- | --------- | --------- | --------- | +| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions + ## License [MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE) From 96bda5515c21750f72a233e0141c5eae4f98875b Mon Sep 17 00:00:00 2001 From: frank10000 <740427741@qq.com> Date: Tue, 16 Oct 2018 10:56:01 +0800 Subject: [PATCH 2/3] perf[tagsView]: refactor the moveToTarget function (#1195) * fix[tagsView]:fixed visited view move to currentTag * edit the scroll regular friendly * tweak --- src/components/ScrollPane/index.vue | 54 ++++++++++++++++++++---- src/views/layout/components/TagsView.vue | 4 +- 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/src/components/ScrollPane/index.vue b/src/components/ScrollPane/index.vue index d4d75aee..89998e80 100644 --- a/src/components/ScrollPane/index.vue +++ b/src/components/ScrollPane/index.vue @@ -5,7 +5,7 @@