mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-27 05:25:17 +00:00
Fix missing tile
This commit is contained in:
parent
67d4bf9e4f
commit
90b157b7f9
|
@ -8,6 +8,7 @@ import { Component, Vue, Prop } from 'vue-property-decorator';
|
|||
import ECharts from 'vue-echarts';
|
||||
import 'echarts/lib/chart/bar';
|
||||
import 'echarts/lib/chart/line';
|
||||
import 'echarts/lib/component/title';
|
||||
import 'echarts/lib/component/tooltip';
|
||||
import 'echarts/lib/component/legend';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user