ant-design-vue/examples/index.html

18 lines
413 B
HTML
Raw Normal View History

2017-10-26 15:18:08 +08:00
<!doctype html>
<html>
2018-02-04 15:02:57 +08:00
2017-10-26 15:18:08 +08:00
<head>
2018-02-01 17:07:44 +08:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2018-02-04 15:02:57 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-03-22 17:23:51 +08:00
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png">
2017-10-26 15:18:08 +08:00
</head>
<body>
2017-11-03 12:04:39 +08:00
<div id="app">
2018-02-04 15:02:57 +08:00
<router-view></router-view>
2017-11-03 12:04:39 +08:00
</div>
2017-10-26 15:18:08 +08:00
</body>
2018-03-22 17:23:51 +08:00
</html>