2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-01 13:34:06 +03:00
Files
vue2-datepicker/index.html
T
Mengxiong10 1dd5600e4a demo init
2017-05-07 22:31:22 +08:00

12 lines
209 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>