naive-ui/demo/index.tpl

17 lines
291 B
Smarty
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta
name="viewport"
content="width=1920px"
>
2019-06-18 14:53:24 +08:00
<title>naive-ui</title>
2019-06-06 16:44:10 +08:00
<style></style>
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
</body>
</html>