fix(design): tag组件获取适配组件出错
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user