Closed subdance closed 5 years ago
I wanna use it in Vue, so how should I import it to vue?
It has nothing to do with vue. Just make sure you imported echarts and liquildFill series. Typically, it should be:
import * as echarts from 'echarts'; import 'echarts-liquidfill';
I wanna use it in Vue, so how should I import it to vue?