feat: add postcss config and deps

bugfix: some unused imports and node-selection component removed for now
update: README.md
This commit is contained in:
Braks
2021-07-09 13:59:07 +02:00
parent b2c250ef38
commit 8f34d9d486
9 changed files with 331 additions and 179 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { computed, CSSProperties, defineComponent, HTMLAttributes, onBeforeMount, PropType, provide } from 'vue';
import { computed, CSSProperties, defineComponent, HTMLAttributes, PropType } from 'vue';
import GraphView from '../GraphView';
import DefaultNode from '../../components/Nodes/DefaultNode';
import InputNode from '../../components/Nodes/InputNode';