2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-18 01:09:39 +03:00
Files
vue2-datepicker/example/dev.html
T
2019-11-11 11:15:16 +08:00

15 lines
424 B
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
</head>
<body>
<div id="app"></div>
<script src="./dev.js"></script>
</body>
</html>