2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-26 18:14:07 +03:00
Files
2018-01-17 14:06:21 +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="demo/build.js"></script>
</body>
</html>