update: no vue-2 compatability (doesn't work with current build)
* README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ref, defineComponent, CSSProperties, PropType, computed } from 'vue-demi';
|
||||
import { ref, defineComponent, CSSProperties, PropType, computed } from 'vue';
|
||||
|
||||
import { getBezierPath } from '../Edges/BezierEdge';
|
||||
import { getSmoothStepPath } from '../Edges/SmoothStepEdge';
|
||||
|
||||
Reference in New Issue
Block a user