ant-design-vue/examples/index.html
2017-11-03 12:04:39 +08:00

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>