refactor: replace additional-components package occurrences
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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/',
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user