UNPKG
echarts-vue
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
ECharts(3.x) component for Vue.js(2.x)
github.com/yongxing510/v-echarts
yongxing510/v-echarts
echarts-vue
/
src
/
components
/
echarts
/
index.js
13 lines
(10 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * * Created by yongxing.liu on 2017/6/31. */
import
Echarts
from
'./Echarts.vue'
/* istanbul ignore next */
Echarts
.
install
=
function
(
Vue
) {
Vue
.
component
(
Echarts
.
name
,
Echarts
) }
export
default
Echarts