mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
fix(design): tag组件获取适配组件出错
This commit is contained in:
parent
0444f68f3a
commit
43691911b7
@ -14,7 +14,7 @@ const props = defineProps<{
|
||||
closeTransition?: boolean;
|
||||
}>();
|
||||
|
||||
const uiComponent = getConfig('components').tab;
|
||||
const uiComponent = getConfig('components').tag;
|
||||
|
||||
const uiProps = computed(() => uiComponent.props(props));
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user