UNPKG

@antv/x6-vue-shape

Version:

X6 shape for rendering vue components.

10 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registry = void 0; var x6_1 = require("@antv/x6"); exports.registry = x6_1.Registry.create({ type: 'vue componnet', }); x6_1.Graph.registerVueComponent = exports.registry.register; x6_1.Graph.unregisterVueComponent = exports.registry.unregister; //# sourceMappingURL=registry.js.map