UNPKG

@antv/x6-vue-shape

Version:

X6 shape for rendering vue components.

7 lines 253 B
import { Graph, Registry } from '@antv/x6'; export const registry = Registry.create({ type: 'vue componnet', }); Graph.registerVueComponent = registry.register; Graph.unregisterVueComponent = registry.unregister; //# sourceMappingURL=registry.js.map