We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d5ffa commit 5f74994Copy full SHA for 5f74994
babel.config.js
@@ -5,7 +5,7 @@ module.exports = {
5
"@babel/env",
6
{
7
targets: {
8
- ie: "10",
+ ie: "11",
9
edge: "17",
10
firefox: "60",
11
chrome: "67",
examples/babel.config.js
@@ -9,7 +9,11 @@ module.exports = {
useBuiltIns: "entry",
corejs: 3,
12
- ie: "11"
13
+ edge: "17",
14
+ firefox: "60",
15
+ chrome: "67",
16
+ safari: "11.1"
17
},
18
jsx: {
19
injectH: false
package.json
@@ -1,6 +1,6 @@
1
2
"name": "vue-lazy-container",
3
- "version": "1.2.0-beta.1",
+ "version": "1.2.0",
4
"description": "listening to the visibility of elements in the page",
"keywords": [
"vue",
0 commit comments