You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/examples/index.html

16 lines
289 B

7 years ago
<!doctype html>
<html>
7 years ago
7 years ago
<head>
7 years ago
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7 years ago
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7 years ago
</head>
<body>
7 years ago
<div id="app">
7 years ago
<router-view></router-view>
7 years ago
</div>
7 years ago
</body>
7 years ago
</html>