ant-design-vue/examples/index.html

16 lines
289 B
HTML
Raw Normal View History

2017-10-26 07:18:08 +00:00
<!doctype html>
<html>
2018-02-04 07:02:57 +00:00
2017-10-26 07:18:08 +00:00
<head>
2018-02-01 09:07:44 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2018-02-04 07:02:57 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2017-10-26 07:18:08 +00:00
</head>
<body>
2017-11-03 04:04:39 +00:00
<div id="app">
2018-02-04 07:02:57 +00:00
<router-view></router-view>
2017-11-03 04:04:39 +00:00
</div>
2017-10-26 07:18:08 +00:00
</body>
2018-02-04 07:02:57 +00:00
</html>