Skip to content

Commit 71dcc70

Browse files
Merge pull request #49 from vue-pivottable/chore/#48-demo
chore: update demo code
2 parents 6201783 + cb20a9a commit 71dcc70

File tree

7 files changed

+802
-1461
lines changed

7 files changed

+802
-1461
lines changed

index.html

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Vue</title>
5+
<link
6+
rel="icon"
7+
type="image/x-icon"
8+
href="/favicon.ico"
9+
/>
10+
<meta
11+
name="viewport"
12+
content="width=device-width, initial-scale=1.0"
13+
/>
14+
<title>Vue3 Pivottable</title>
815
</head>
916
<body>
1017
<div id="app"></div>
11-
<script type="module" src="/src/main.js"></script>
18+
<script
19+
type="module"
20+
src="/src/main.js"
21+
></script>
1222
</body>
1323
</html>

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12+
"papaparse": "^5.5.2",
1213
"vue": "^3.5.13",
1314
"vue-draggable-next": "^2.2.1"
1415
},
1516
"devDependencies": {
1617
"@eslint/js": "^9.21.0",
1718
"@vitejs/plugin-vue": "^5.2.1",
1819
"eslint": "^9.21.0",
19-
"eslint-config-prettier": "^10.1.2",
2020
"eslint-plugin-import": "^2.31.0",
21-
"eslint-plugin-prettier": "^5.2.6",
2221
"eslint-plugin-vue": "^9.32.0",
2322
"globals": "^16.0.0",
2423
"vite": "^6.1.0"

0 commit comments

Comments
 (0)