chore: refine demo

This commit is contained in:
Justineo
2023-08-22 19:57:16 +08:00
parent 03a3a6a401
commit eb59b4b185
7 changed files with 17 additions and 13 deletions

View File

@ -22,7 +22,7 @@ const metricIndex = shallowRef(0);
<v-example id="radar" title="Radar chart" desc="(with Pinia integration)">
<v-chart :option="getRadarData(metricIndex)" autoresize />
<template #extra>
<p>
<p class="actions">
<select v-model="metricIndex">
<option
v-for="(metric, index) in metrics"