feat: add vhooks (#43)

This commit is contained in:
Dream Hunter
2023-12-15 12:28:42 +08:00
committed by GitHub
parent c2c1e4ae59
commit c5ea19bc07
6 changed files with 127 additions and 49 deletions

View File

@@ -9,9 +9,11 @@
"deploy": "npm run build && wrangler pages deploy ../dist --branch production"
},
"dependencies": {
"@vicons/material": "^0.12.0",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"naive-ui": "^2.35.0",
"vooks": "^0.2.12",
"vue": "^3.3.11",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.8.0",
@@ -19,7 +21,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite-plugin-pwa": "^0.17.4",
"vite": "^4.5.1"
"vite": "^4.5.1",
"vite-plugin-pwa": "^0.17.4"
}
}