chore: add issue templates

This commit is contained in:
Acbox
2026-03-24 19:27:43 +08:00
parent e9c9ed5ab1
commit 4ea1422409
3 changed files with 151 additions and 2 deletions
@@ -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">