1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(components): HtmlElementEvent type and canvas testing

This commit is contained in:
2022-11-20 04:52:31 +07:00
parent c4ea966e94
commit eec4d3d061
8 changed files with 606 additions and 576 deletions

View File

@@ -21,8 +21,9 @@
"devDependencies": {
"@vueuse/core": "^9.3.1",
"@vueuse/nuxt": "^9.3.1",
"nuxt": "^3.0.0",
"husky": "^8.0.2",
"sass": "^1.55.0"
"nuxt": "^3.0.0",
"sass": "^1.55.0",
"vue-tsc": "^1.0.9"
}
}