Skip to content

Commit 2819388

Browse files
committed
update
1 parent 12436f9 commit 2819388

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

crates/rs-tauri-vue/Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ tasks:
1212

1313
dev:fe:
1414
cmds:
15-
- pnpm i unplugin-vue-components -D
15+
- pnpm i -D vue-router@4
16+
- pnpm i -D unplugin-vue-components
1617
- pnpm i -D naive-ui
1718
- pnpm i -D vfonts
1819
- pnpm i -D @vicons/ionicons5

crates/rs-tauri-vue/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"vfonts": "^0.0.3",
4343
"vite": "3.1.4",
4444
"vitest": "0.23.4",
45+
"vue-router": "4",
4546
"vue-tsc": "0.40.13"
4647
}
4748
}

crates/rs-tauri-vue/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)