mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript></noscript>
|
||
|
<div id="app"></div>
|
||
|
<script src="https://unpkg.com/vue@3.2.47/dist/vue.global.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/dayjs.min.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/customParseFormat.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/weekday.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/localeData.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/weekOfYear.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/weekYear.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/advancedFormat.js"></script>
|
||
|
<script src="https://unpkg.com/dayjs/plugin/quarterOfYear.js"></script>
|
||
|
<script src="/Users/jinzhou/Work/ant-design-vue/dist/antd.min.js"></script>
|
||
|
<!-- built files will be auto injected -->
|
||
|
</body>
|
||
|
</html>
|