UNPKG
bin-charts
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.1
3.0.0
1.0.1
1.0.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
基于echarts的 vue插件,用于配合实现图表组件
bin-charts
/
src
/
components
/
chart
/
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