fix(design): tag组件获取适配组件出错

This commit is contained in:
roymondchen 2022-10-12 19:10:53 +08:00 committed by jia000
parent 0444f68f3a
commit 43691911b7

View File

@ -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>