We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined
vue 3.3.4
1.按照Drawer官方文档的样例1,去掉style属性的定义 2.增加contentWrapperStyle属性的定义: :contentWrapperStyle="{ color: 'red' }"
1.打开的抽屉内容的字体颜色应该为红色 2.HTML中元素的style中应该增加color: 'red'
1.打开的抽屉内容的字体始终是蓝色 2.HTML中元素的style始终是style="width: 378px;",没有增加color: 'red'
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
kovsu
Successfully merging a pull request may close this issue.
Version
undefined
Environment
vue 3.3.4
Reproduction link
Steps to reproduce
1.按照Drawer官方文档的样例1,去掉style属性的定义
2.增加contentWrapperStyle属性的定义:
:contentWrapperStyle="{ color: 'red' }"
What is expected?
1.打开的抽屉内容的字体颜色应该为红色
2.HTML中元素的style中应该增加color: 'red'
What is actually happening?
1.打开的抽屉内容的字体始终是蓝色
2.HTML中元素的style始终是style="width: 378px;",没有增加color: 'red'
The text was updated successfully, but these errors were encountered: