v0.2.4: fix ad key-words comma split + deleteAdFiles entry for extensions only
This commit is contained in:
@@ -225,6 +225,8 @@ const siteName = ref('')
|
||||
const cloudTypes = ref<CloudTypeInfo[]>([])
|
||||
|
||||
// ── ECharts trend chart (via composable) ──
|
||||
/** ── Trend summary (MUST be declared before useTrendChart callback) ── */
|
||||
|
||||
const { chartRef: _chartRef, render: renderTrendChart, initResize: initTrendChart } = useTrendChart(computed(() => stats.value.trendTrend), (s: any) => { trendSummary.value = s })
|
||||
const chartRef = _chartRef as any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user