refactor: change pkg scope to vue-flow

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent eb507c8e76
commit 8567e3733b
163 changed files with 288 additions and 288 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ the default theme) can be skipped.
```css
/* these are necessary styles for vue flow */
@import '@braks/vue-flow/dist/style.css';
@import '@vue-flow/core/dist/style.css';
/* this contains the default theme, these are optional styles */
@import '@braks/vue-flow/dist/theme-default.css';
@import '@vue-flow/core/dist/theme-default.css';
```
## Customizing default theme