求大神解答!props相关问题 #10656
Unanswered
jiang3408
asked this question in
Help/Questions
求大神解答!props相关问题
#10656
Replies: 2 comments
-
请提供最小复现案例,否则无法排查错误。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
根据你给出的信息基本可以确定使用的是选项式语法,保证以下任意一点成立: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
为什么父组件中的一个值改变了,对应的关联的子组件的props中的属性没有变化,或者说变化了,但是页面上相关的元素的没有重新渲染(具体是哪一种不太清楚),附上代码


具体就是父组件的formDataIsText的值改变成‘draftBySelf’了,但是对应的上传按钮没有显示出来,求解答
Beta Was this translation helpful? Give feedback.
All reactions