1.2.8 • Published 3 years ago
naive-echarts v1.2.8
开始
安装
npm i naive-echarts
全局注册
import Vue from 'vue'
import NChart from 'naive-echarts'
import 'naive-echarts/lib/style.css'
Vue.use(NChart)
局部注册
import { NChart } from 'naive-echarts'
import 'naive-echarts/lib/style.css'
export default {
components: {
NChart,
}
}