Skip to content

Commit ba35c02

Browse files
committed
docs(example): ie compatible
1 parent e69b9b7 commit ba35c02

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

example/dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77
<title>Document</title>
88
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
9-
<script src="https://polyfill.io/v3/polyfill.js?features=Promise,fetch&flags=gated"></script>
9+
<script src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
1010
</head>
1111
<body>
1212
<div id="app"></div>

example/helper/container.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ body {
6969
height: 100%;
7070
}
7171
72+
body {
73+
overflow: hidden;
74+
}
75+
7276
.container {
7377
display: flex;
7478
height: 100%;

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Document</title>
88
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
99
<link rel="stylesheet" href="https://unpkg.com/vue2-datepicker/index.css" />
10-
<script src="https://polyfill.io/v3/polyfill.js?features=Promise,fetch&flags=gated"></script>
10+
<script src="https://polyfill.io/v3/polyfill.js?features=Object.assign,Array.from,Promise,fetch&flags=gated"></script>
1111
</head>
1212
<body>
1313
<div id="app"></div>

0 commit comments

Comments
 (0)