This commit is contained in:
Justineo
2016-12-21 17:39:47 +08:00
parent b81a333905
commit b366650196
9 changed files with 44 additions and 28 deletions

View File

@ -6,7 +6,7 @@ import Demo from './Demo.vue'
import 'echarts/theme/dark'
// custom theme
import {default as theme} from './theme'
import theme from './theme'
Vue.component('chart', ECharts)