mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
17 lines
291 B
Smarty
17 lines
291 B
Smarty
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta
|
|
name="viewport"
|
|
content="width=1920px"
|
|
>
|
|
<title>naive-ui</title>
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
</div>
|
|
</body>
|
|
</html> |