mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
chore: code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<a-select>
|
||||
<a-select-option v-for="item of options" :keu="item.value" :value="item.value" :label="item.label">
|
||||
<a-select-option v-for="item of options" :key="item.value" :value="item.value" :label="item.label">
|
||||
<span class="flex-o">
|
||||
<fs-icon :icon="item.icon" class="fs-16 color-blue mr-5" />
|
||||
{{ item.label }}
|
||||
|
||||
Reference in New Issue
Block a user