naive-ui/demo/index.tpl

12 lines
204 B
Smarty
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2019-12-17 14:36:37 +08:00
<title>Naive UI</title>
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
</body>
</html>