UNPKG

jscharting-vue

Version:

JSCharting plugin for Vue.js

8 lines (6 loc) 269 B
import JSCharting from './components/jscharting.vue'; import JSCLabel from './components/jsclabel.vue'; import JSCGrid from './components/jscgrid.vue'; import * as JSC from 'jscharting'; export default JSCharting; export { JSCharting, JSCLabel, JSCGrid, JSC };