Skip to content

Conversation

@kovsu
Copy link
Member

@kovsu kovsu commented Aug 25, 2023

fix: #6886 第二个示例

经过排查,发现 direction.value 是 undefined

Copy link
Member

@selicens selicens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

direction: {
type: String as PropType<'ltr' | 'rtl'>,
default:'ltr',
},

@kovsu
Copy link
Member Author

kovsu commented Aug 27, 2023

@selicens 测试了一下,还是不行。还是要给 defaultConfigProvider 这个属性给一个初始值,或者是 direction={innerConfig.value.direction || direction.value} 这里加一个 || 'ltr'

@tangjinzhou tangjinzhou merged commit 7010203 into vueComponent:main Aug 30, 2023
@kovsu kovsu deleted the fix-6886 branch August 31, 2023 00:54
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

useApp返回的modal多次触发控制台报错重复的key, 界面不正常

3 participants