mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
13 lines
224 B
Smarty
13 lines
224 B
Smarty
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>naive-ui</title>
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
</div>
|
|
</body>
|
|
</html> |