feat(additional-components): add zoomable and pannable to mini map

This commit is contained in:
braks
2022-11-06 11:48:42 +01:00
committed by Braks
parent 2a5afe706e
commit bd7fa3c148
4 changed files with 116 additions and 34 deletions
+6 -1
View File
@@ -32,7 +32,12 @@
"vue": "^3.2.37",
"@vue-flow/core": "^1.0.0"
},
"dependencies": {},
"dependencies": {
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@vue-flow/core": "workspace:*",
"@vitejs/plugin-vue": "^2.3.4",