2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-30 13:04:06 +03:00

docs: update demo

This commit is contained in:
mengxiong10
2019-11-11 00:10:01 +08:00
parent 9476c4496a
commit deaf8ea28a
4 changed files with 6 additions and 14 deletions
+3
View File
@@ -6,9 +6,12 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
<link rel="stylesheet" href="https://unpkg.com/vue2-datepicker/index.css" />
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/vue@2.6.10/dist/vue.js"></script>
<script src="https://unpkg.com/vue2-datepicker/index.min.js"></script>
<script src="./index.js"></script>
</body>
</html>