UNPKG

@visactor/vue-vtable

Version:
8 lines (5 loc) 174 B
import * as VTable from '@visactor/vtable'; const registerChartModule = (name, chart) => { VTable.register.chartModule(name, chart); }; export { registerChartModule };