mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 11:08:00 +08:00
14 lines
166 B
HTML
14 lines
166 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
</div>
|
|
</body>
|
|
<script src="/dist/build.js"></script>
|
|
|
|
</html>
|