mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +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>
|