Replace deprecated PrimeVue components with their successors (S1874)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:14:01 +08:00
parent 716edb33b7
commit 6d13bc9eb8
11 changed files with 37 additions and 36 deletions

View File

@@ -86,7 +86,7 @@
:key="index"
class="px-2 py-1 bg-neutral-300 border border-neutral-500 max-w-[198px]"
>
<Dropdown
<Select
v-model="selectedColumns[index]"
:options="columnType"
optionLabel="name"
@@ -101,7 +101,7 @@
<span>{{ slotProps.option.name }}</span>
</div>
</template>
</Dropdown>
</Select>
</td>
</tr>
</thead>