naive-ui/demo/index.tpl
2019-06-06 16:44:10 +08:00

13 lines
225 B
Smarty

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