mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
12 lines
204 B
Smarty
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> |