Skip to content

Commit 0af90f8

Browse files
committed
feat: update vue-router
1 parent 1f92220 commit 0af90f8

File tree

3 files changed

+16
-35
lines changed

3 files changed

+16
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pinia": "^2.1.6",
3535
"pinia-plugin-persistedstate": "^3.2.0",
3636
"vue": "3.4.27",
37-
"vue-router": "^4.3.2"
37+
"vue-router": "^4.4.0"
3838
},
3939
"devDependencies": {
4040
"@antfu/eslint-config": "^2.19.1",

pnpm-lock.yaml

Lines changed: 7 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/index/src/index.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<template>
2-
<div class="index">
3-
<h1>Index</h1>
2+
<div class=":uno: index :uno:">
3+
<h1 w-2xl text-cyan>
4+
Index
5+
</h1>
46
<Cpn />
57
<Cpn1 />
68
<div class="i-ph-anchor-simple-thin" />
79
<div class="i-mdi-alarm text-orange-400" />
810
<div class="i-logos-vue text-3xl" />
911
<div class="i-twemoji-grinning-face-with-smiling-eyes hover:i-twemoji-face-with-tears-of-joy" />
10-
<div class=":uno-button: m-2 h-100 w-210 b-(1 red solid) bg-white text-red font-bold">
12+
<div class=":uno-bbb: m-2 h-10 w-20 b-(1 red solid) bg-white text-red font-bold">
1113
11
1214
</div>
15+
<div class=":uno-aaa: text-pink">
16+
666
17+
</div>
1318
</div>
1419
</template>
1520

0 commit comments

Comments
 (0)