mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
12 lines
127 B
HTML
12 lines
127 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
</body>
|
||
|
<script src="/dist/build.js"></script>
|
||
|
|
||
|
</html>
|