-
- Downloads
feat: use vue macros
Part-of: <!47>
parent
6d5e16d7
No related branches found
No related tags found
Showing
- docs/components/pagination/index.md 1 addition, 1 deletiondocs/components/pagination/index.md
- package.json 7 additions, 7 deletionspackage.json
- src/components/activity/Activity.vue 5 additions, 30 deletionssrc/components/activity/Activity.vue
- src/components/card/album/Card.vue 3 additions, 22 deletionssrc/components/card/album/Card.vue
- src/components/card/artist/Card.vue 2 additions, 18 deletionssrc/components/card/artist/Card.vue
- src/components/card/playlist/Card.vue 4 additions, 19 deletionssrc/components/card/playlist/Card.vue
- src/components/card/podcast/Card.vue 3 additions, 21 deletionssrc/components/card/podcast/Card.vue
- src/components/card/radio/Card.vue 0 additions, 6 deletionssrc/components/card/radio/Card.vue
- src/components/input/Input.vue 6 additions, 11 deletionssrc/components/input/Input.vue
- src/components/loader/Loader.vue 1 addition, 9 deletionssrc/components/loader/Loader.vue
- src/components/pagination/Pagination.vue 34 additions, 34 deletionssrc/components/pagination/Pagination.vue
- src/components/pill/Pill.vue 1 addition, 4 deletionssrc/components/pill/Pill.vue
- src/components/popover/Popover.vue 3 additions, 15 deletionssrc/components/popover/Popover.vue
- src/components/popover/items/PopoverCheckbox.vue 1 addition, 3 deletionssrc/components/popover/items/PopoverCheckbox.vue
- src/components/popover/items/PopoverItem.vue 2 additions, 6 deletionssrc/components/popover/items/PopoverItem.vue
- src/components/popover/items/PopoverRadio.vue 6 additions, 10 deletionssrc/components/popover/items/PopoverRadio.vue
- src/components/tabs/Tab.vue 4 additions, 8 deletionssrc/components/tabs/Tab.vue
- src/components/textarea/Textarea.vue 5 additions, 10 deletionssrc/components/textarea/Textarea.vue
- src/components/toc/Toc.vue 3 additions, 9 deletionssrc/components/toc/Toc.vue
- src/components/utils/SanitizedHtml.vue 4 additions, 16 deletionssrc/components/utils/SanitizedHtml.vue
... | ... | @@ -37,25 +37,25 @@ |
"@types/dompurify": "^3.0.0", | ||
"@types/showdown": "^2.0.1", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"@vitest/coverage-v8": "^0.32.2", | ||
"@vue-macros/volar": "^0.11.0", | ||
"@vitest/coverage-c8": "^0.32.2", | ||
"@vue-macros/volar": "^0.13.2", | ||
"@vue/test-utils": "^2.4.0", | ||
"@vue/tsconfig": "^0.4.0", | ||
"@vueuse/core": "^10.2.0", | ||
"@vueuse/core": "^10.3.0", | ||
"bootstrap-icons": "^1.10.5", | ||
"conventional-changelog-cli": "^3.0.0", | ||
"jsdom": "^22.1.0", | ||
"magic-regexp": "^0.7.0", | ||
"sass": "^1.63.6", | ||
"typescript": "^5.1.3", | ||
"unplugin-vue-macros": "^2.3.0", | ||
"vite": "^4.3.9", | ||
"unplugin-vue-macros": "^2.4.3", | ||
"vite": "^4.4.9", | ||
"vitepress": "^1.0.0-beta.3", | ||
"vitest": "^0.32.2", | ||
"vue": "^3.3.4", | ||
"vue-i18n": "^9.3.0-beta.11", | ||
"vue-i18n": "^9.3.0-beta.24", | ||
"vue-router": "^4.2.2", | ||
"vue-tsc": "^1.8.1" | ||
"vue-tsc": "^1.8.8" | ||
}, | ||
"peerDependencies": { | ||
"@vueuse/core": "^9.3.0", | ||
... | ... |
Please register or sign in to comment