changes
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
class="mr-3"
|
||||
@click="$emit('edit')"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'pen1.svg', type: 'dark', size: 16 }"></SvgIcon>
|
||||
<Icon name="material-symbols:edit-outline-rounded" />
|
||||
</a>
|
||||
<a
|
||||
@click="$emit('remove')"
|
||||
v-if="attrs.onRemove"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'bin1.svg', type: 'dark', size: 16 }"></SvgIcon>
|
||||
<Icon name="material-symbols:delete-outline-rounded" />
|
||||
</a>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user