naive-ui/demo/index.tpl
2019-12-13 22:34:38 +08:00

12 lines
204 B
Smarty

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