refactor: replace additional-components package occurrences

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:29:00 +01:00
committed by Braks
parent e1c904f97f
commit 000dd5c9ba
54 changed files with 218 additions and 108 deletions
+10 -2
View File
@@ -9,8 +9,16 @@ export function copyVueFlowPlugin(): Plugin {
;[
{ path: '../../../node_modules/@vue-flow/core/dist/', pkgName: 'vue-flow-core.mjs' },
{
path: '../../../node_modules/@vue-flow/additional-components/dist/',
pkgName: 'vue-flow-additional-components.mjs',
path: '../../../node_modules/@vue-flow/background/dist/',
pkgName: 'vue-flow-background.mjs',
},
{
path: '../../../node_modules/@vue-flow/controls/dist/',
pkgName: 'vue-flow-controls.mjs',
},
{
path: '../../../node_modules/@vue-flow/minimap/dist/',
pkgName: 'vue-flow-minimap.mjs',
},
{
path: '../../../node_modules/@vue-flow/node-toolbar/dist/',
+2
View File
@@ -7,6 +7,8 @@ import 'virtual:windi.css'
import '@animxyz/core'
import '@vue-flow/core/dist/style.css'
import '@vue-flow/core/dist/theme-default.css'
import '@vue-flow/controls/dist/style.css'
import '@vue-flow/minimap/dist/style.css'
import './../../assets/index.css'
const CustomTheme = {