refactor(flow): export useNodesState and useEdgesState separately from useVueFlow
* bind vueFlow instance to currentInstance when useVueFlow is called multiple times in a single setup call Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import { mount } from '@cypress/vue'
|
||||
import VueFlow from '../../../src/container/VueFlow/VueFlow.vue'
|
||||
import { Elements } from '~/types'
|
||||
import { isEdge, isNode } from '~/utils'
|
||||
import '~/theme-default.css'
|
||||
|
||||
describe('Render VueFlow', () => {
|
||||
const elements: Elements = [
|
||||
|
||||
Reference in New Issue
Block a user