diff --git a/package.json b/package.json index 4e851533..93413b94 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@rollup/plugin-replace": "^2.4.2", "@types/dagre": "^0.7.46", "@vitejs/plugin-vue": "^1.9.3", - "@vue/compiler-sfc": "^3.2.22", + "@vue/compiler-sfc": "3.2.22", "autoprefixer": "^10.3.7", "cypress": "8.5.0", "dagre": "^0.8.5", @@ -67,8 +67,9 @@ "typescript-transform-paths": "^3.3.1", "unplugin-auto-import": "^0.4.12", "vite": "2.5.x", + "vite-plugin-vue-type-imports": "^0.1.2", "vite-svg-loader": "^2.2.0", - "vue": "^3.2.22", + "vue": "3.2.22", "vue-router": "^4.0.12", "vue-tsc": "^0.29.5" }, diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 07b92a9e..8af73d9d 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -1,17 +1,4 @@