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