chore: add vueuse/core to deps

feat: Implement onKeystrok of vueuse
* Implement useEventlistener
fix: node selection not properly selecting underlying nodes
This commit is contained in:
Braks
2021-07-23 17:50:48 +02:00
parent 7eb7cb1dc3
commit ef9647ceb4
12 changed files with 213 additions and 281 deletions
+3 -2
View File
@@ -30,12 +30,12 @@
"dependencies": {
"@braks/revue-draggable": "^0.2.4",
"@types/d3": "^7.0.0",
"@vueuse/core": "^5.1.4",
"d3": "^7.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"fast-deep-equal": "^3.1.3",
"pinia": "^2.0.0-beta.3",
"vue": "^3.0.5"
"pinia": "^2.0.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
@@ -72,6 +72,7 @@
"typescript": "^4.3.5",
"vite": "^2.3.8",
"vite-svg-loader": "^2.1.0",
"vue": "^3.0.5",
"vue-router": "4",
"vue-tsc": "^0.0.24"
},