Skip to content

Commit a5878f9

Browse files
committed
Merge branch 'move-vue-to-vite-and-add-vapor' of https://github.com/birkskyum/js-framework-benchmark into birkskyum-move-vue-to-vite-and-add-vapor
2 parents fd21c42 + 8477681 commit a5878f9

23 files changed

+2325
-4315
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)