init dev-push code ui base design

This commit is contained in:
leonard
2025-07-22 09:58:38 +07:00
parent ffdf5ccb66
commit eedbf94d56
214 changed files with 42170 additions and 28040 deletions

View File

@ -1,6 +1,7 @@
import Vue from 'vue';
import { use } from 'echarts/core';
import VChart from 'vue-echarts';
import * as echarts from 'echarts'
import { CanvasRenderer, SVGRenderer } from 'echarts/renderers';
import {
PieChart,
@ -51,4 +52,5 @@ use([
// ToolboxComponent, // 그래프 이미지 save
]);
console.log('echart plugin', echarts)
Vue.component('VChart', VChart);