mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-19 10:59:24 +00:00
fix: SvgIcon打包报类型错误 (#2012)
This commit is contained in:
@@ -17,5 +17,5 @@ const bindAttrs = computed<{ class: string; style: string }>(() => ({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Icon :icon="icon" v-bind="bindAttrs" />
|
||||
<Icon :icon="icon || ''" v-bind="bindAttrs" />
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user