mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-05-26 18:14:07 +03:00
12 lines
208 B
HTML
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>
|