changes
This commit is contained in:
@@ -35,13 +35,19 @@
|
||||
class="ml-3"
|
||||
@click="edit(v)"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'pen1.svg', type: 'gray', size: 20 }"></SvgIcon>
|
||||
<Icon
|
||||
name="material-symbols:edit-outline-rounded"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
class="ml-3"
|
||||
@click="askConfirm(v, i)"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'bin.svg', type: 'gray', size: 20 }"></SvgIcon>
|
||||
<Icon
|
||||
name="material-symbols:delete-outline-rounded"
|
||||
:size="20"
|
||||
/>
|
||||
</a>
|
||||
</template>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user