Skip to content

Commit 7d73125

Browse files
committed
Official documents support IE11
1 parent 9e12384 commit 7d73125

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

examples/babel.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ module.exports = {
99
corejs: 3,
1010
targets: {
1111
ie: "11",
12+
edge: "17",
13+
firefox: "60",
14+
chrome: "67",
15+
safari: "11.1",
1216
},
1317
jsx: {
1418
injectH: false,

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"nprogress": "^0.2.0",
2121
"regenerator-runtime": "^0.13.7",
2222
"theme-switcher-tool": "^1.0.3",
23-
"vue-lazy-container": "^1.1.1",
23+
"vue-lazy-container": "^1.2.0",
2424
"vue-router": "^3.2.0",
2525
"vue-template-compiler": "^2.6.11"
2626
},

examples/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -3401,6 +3401,11 @@ core-js@^2.4.0:
34013401
resolved "https://registry.nlark.com/core-js/download/core-js-2.6.12.tgz?cache=0&sync_timestamp=1621969909314&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
34023402
integrity sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=
34033403

3404+
core-js@^3.17.2:
3405+
version "3.17.2"
3406+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.2.tgz#f960eae710dc62c29cca93d5332e3660e289db10"
3407+
integrity sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA==
3408+
34043409
core-js@^3.6.5:
34053410
version "3.13.0"
34063411
resolved "https://registry.nlark.com/core-js/download/core-js-3.13.0.tgz?cache=0&sync_timestamp=1621969909314&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-3.13.0.tgz#58ca436bf01d6903aee3d364089868d0d89fe58d"
@@ -11028,11 +11033,12 @@ vue-jest@^3.0.5:
1102811033
tsconfig "^7.0.0"
1102911034
vue-template-es2015-compiler "^1.6.0"
1103011035

11031-
vue-lazy-container@^1.1.1:
11032-
version "1.1.1"
11033-
resolved "https://registry.yarnpkg.com/vue-lazy-container/-/vue-lazy-container-1.1.1.tgz#40721df4f15e7967c17d4385ecf23433eeca594a"
11034-
integrity sha512-tpE0lafi+tPlVyzAvuouYI+dmZ3xbsSWMuRI0FhawVN5gAvwTjgBxNL7m/VsMZ4arfDGBa3NwR63aE36vz1qyA==
11036+
vue-lazy-container@^1.2.0:
11037+
version "1.2.0"
11038+
resolved "https://registry.yarnpkg.com/vue-lazy-container/-/vue-lazy-container-1.2.0.tgz#b62da34b8b80b5d02e6804636f8ddbb270164fb7"
11039+
integrity sha512-2CWKu+Uj6iuQbBB8vpkcXlBgxVrdgbIIfPVnvG77gCm1M+8JR+DzbdXHkrU9FzF0yqRdxmjTvyiOlkiRDbEzwQ==
1103511040
dependencies:
11041+
core-js "^3.17.2"
1103611042
intersection-observer "^0.12.0"
1103711043

1103811044
vue-loader@^15.9.2:

0 commit comments

Comments
 (0)