ant-design-vue/examples/index.html

13 lines
127 B
HTML
Raw Normal View History

2017-10-26 07:18:08 +00:00
<!doctype html>
<html>
<head>
</head>
<body>
2017-11-03 04:04:39 +00:00
<div id="app">
<router-view></router-view>
</div>
2017-10-26 07:18:08 +00:00
</body>
</html>