mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
chore(deps): update deps
ISSUES CLOSED: \
This commit is contained in:
@ -63,7 +63,7 @@ export default function useEcharts(
|
||||
renderFun?: (chartInstance: echarts.ECharts) => void
|
||||
) {
|
||||
let chart: echarts.ECharts | null = null;
|
||||
const domRef = ref<HTMLElement>();
|
||||
const domRef = ref<HTMLElement | null>(null);
|
||||
const initialSize = { width: 0, height: 0 };
|
||||
const { width, height } = useElementSize(domRef, initialSize);
|
||||
|
||||
|
Reference in New Issue
Block a user