UNPKG

vuejs-highcharts

Version:

Wrapper for Highcharts library for Vue.js 2.x

14 lines (10 loc) 216 B
'use strict' import Vue from 'vue' import App from './App.vue' import router from './router' import './libs/highcharts' Vue.config.productionTip = false new Vue({ render: h => h(App), router }).$mount('#app')