mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
chore: add issue templates
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<template>
|
||||
<component
|
||||
v-if="iconComponent"
|
||||
:is="iconComponent"
|
||||
v-if="iconComponent"
|
||||
:size="size"
|
||||
v-bind="$attrs"
|
||||
/>
|
||||
<span v-else v-bind="$attrs">{{ fallback }}</span>
|
||||
<span
|
||||
v-else
|
||||
v-bind="$attrs"
|
||||
>{{ fallback }}</span>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user