UNPKG
bin-charts-next
Version:
latest (1.1.0)
1.1.0
1.0.6
1.0.5
1.0.3
1.0.0
基于echarts的 vue插件,用于配合实现图表组件
wangbin3162.gitee.io/bin-charts-next/
bin-charts-next
/
src
/
components
/
charts
/
index.js
9 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Charts
from
'./charts.vue'
/* istanbul ignore next */
Charts
.
install
=
function
(
Vue
) {
Vue
.
component
(
Charts
.
name
,
Charts
) }
export
default
Charts