Skip to content

Commit bdf65fe

Browse files
committed
move vue-pinia to vite
1 parent 6956e82 commit bdf65fe

File tree

7 files changed

+806
-1417
lines changed

7 files changed

+806
-1417
lines changed

frameworks/keyed/vue-pinia/index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<title>Vue.js 3</title>
6-
<link href="/css/currentStyle.css" rel="stylesheet"/>
7-
</head>
8-
<body>
9-
<div id="main" class="container"></div>
10-
<script src='dist/main.js'></script>
11-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Vue + Vue</title>
7+
<link href="/css/currentStyle.css" rel="stylesheet"/>
8+
</head>
9+
<body>
10+
<div id="app" class="container"></div>
11+
<script type="module" src="./src/main.js"></script>
12+
</body>
1213
</html>

0 commit comments

Comments
 (0)