Skip to content

Commit d11319b

Browse files
committed
feat: v-click 😎
1 parent d4d4c85 commit d11319b

File tree

13 files changed

+616
-136
lines changed

13 files changed

+616
-136
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ npx vite-slides export talk.pdf
3939
- [ ] Shiki + TwoSlash
4040
- [ ] Export PDF
4141
- [x] Monaco as markdown
42+
- [ ] Slides Overview
43+
- [ ] Foot notes
44+
- [x] `v-click` directive
4245
- [ ] Standalone package
4346
- [ ] Configurable themes
4447

‎package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@
1010
"dependencies": {
1111
"@vueuse/core": "^4.8.1",
1212
"@vueuse/head": "^0.5.1",
13+
"@vueuse/integrations": "^4.8.1",
1314
"prism-theme-vars": "^0.2.2",
1415
"vue": "^3.0.11",
1516
"vue-router": "^4.0.6"
1617
},
1718
"devDependencies": {
1819
"@antfu/eslint-config": "^0.6.2",
19-
"@antfu/utils": "^0.0.5",
20-
"@iconify/json": "^1.1.328",
20+
"@antfu/utils": "^0.0.8",
21+
"@iconify/json": "^1.1.329",
2122
"@types/fs-extra": "^9.0.11",
22-
"@types/node": "^14.14.37",
23+
"@types/node": "^14.14.39",
2324
"@types/prettier": "^2.2.3",
24-
"@typescript-eslint/eslint-plugin": "^4.21.0",
25+
"@typescript-eslint/eslint-plugin": "^4.22.0",
2526
"@vitejs/plugin-vue": "^1.2.1",
2627
"@vue/compiler-sfc": "^3.0.11",
2728
"cross-env": "^7.0.3",
2829
"eslint": "^7.24.0",
2930
"fs-extra": "^9.1.0",
3031
"markdown-it-prism": "^2.1.6",
3132
"monaco-editor": "^0.23.0",
32-
"pnpm": "^6.0.1",
33+
"pnpm": "^6.0.2",
3334
"prettier": "^2.2.1",
3435
"theme-vitesse": "^0.1.8",
3536
"typescript": "^4.2.4",

0 commit comments

Comments
 (0)