2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-29 02:44:07 +03:00
Files
vue2-datepicker/index.html
T
Mengxiong10 c423c62ff0 fix demo
2017-05-09 14:17:59 +08:00

12 lines
208 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>vue2-datepicker</title>
</head>
<body>
<div id="app"></div>
<script src="dist/build.js"></script>
</body>
</html>