perf(icon): 新增 prefix 前缀, 支持自定义图标

This commit is contained in:
就眠仪式
2021-10-12 23:52:46 +08:00
parent 0a9f0352ec
commit a5e84081b8
8 changed files with 1506 additions and 3720 deletions

View File

@@ -13,7 +13,7 @@
</template>
<script setup name="LayCollapseItem" lang="ts">
import { defineProps, inject, Ref, ref } from 'vue'
import { defineProps, inject, ref } from 'vue'
const props = defineProps<{
id: string