File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 126
126
]
127
127
```
128
128
129
+ ## Browsers support
130
+
131
+ Modern browsers and IE10.
132
+
133
+ | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
134
+ | --- | --- | --- | --- | --- |
135
+ | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
136
+
137
+
129
138
## Contributors
130
139
131
140
This project exists thanks to all the people who contribute.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Overview
52
52
- [ @antv/g2 ] ( https://antv.alipay.com/zh-cn/index.html ) - Alipay AntV 数据可视化图表
53
53
- [ Viser-vue] ( https://viserjs.github.io/docs.html#/viser/guide/installation ) - antv/g2 封装实现
54
54
55
- > 请注意,我们强烈建议本项目使用 [ Yarn] ( https://yarnpkg.com/ ) 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本,而引入了新版本所照成的问题 。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。
55
+ > 请注意,我们强烈建议本项目使用 [ Yarn] ( https://yarnpkg.com/ ) 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本而引入了新版本所导致的问题 。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。
56
56
57
57
58
58
@@ -117,20 +117,13 @@ yarn run lint
117
117
```
118
118
- ** 使用polyfill兼容至 IE10**
119
119
120
- - 移除polyfill。 polyfill用于兼容IE,不需要兼容IE可移除。减少体积
121
- > 参考 [ Vue CLI Polyfill] ( https://cli.vuejs.org/zh/guide/browser-compatibility.html#usebuiltins-usage )
122
-
123
- - 移除入口文件的 ` import '@babel/polyfill' `
124
-
125
- - 删除 ` babel.conflg.js ` 中的
126
- ``` ecmascript 6
127
- [
128
- '@babel/preset-env',
129
- {
130
- 'useBuiltIns': 'entry'
131
- }
132
- ]
133
- ```
120
+ ## 浏览器兼容
121
+
122
+ Modern browsers and IE10.
123
+
124
+ | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
125
+ | --- | --- | --- | --- | --- |
126
+ | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
134
127
135
128
136
129
## Contributors
You can’t perform that action at this time.
0 commit comments