2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 06:52:28 +03:00

docs: fix demo locale

This commit is contained in:
mengxiong10
2019-11-14 18:46:31 +08:00
parent 2d8c908f93
commit 9fc2cec008
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
<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="https://unpkg.com/vue2-datepicker/locale/zh-cn.js"></script>
<script src="./index.js"></script>
</body>
</html>