feat(core): add vue flow error class

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-05 23:55:27 +01:00
committed by Braks
parent 1448543993
commit dc60e112a1
6 changed files with 12 additions and 3 deletions
+2
View File
@@ -70,4 +70,6 @@ export { default as useEdge } from './composables/useEdge'
export { useGetPointerPosition } from './composables/useGetPointerPosition'
export { VueFlowError } from './utils/log'
export * from './types'