naive-ui/demo/index.tpl
2019-06-18 14:53:24 +08:00

13 lines
224 B
Smarty

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>naive-ui</title>
<style></style>
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
</body>
</html>