记如何解决vue父组件改变不了子组件props传过来的数组

父组件:(组件内容写个大概)数组 <template> <div class="feedback"> <comment-item :commentList="commenList"></comment-list> </div> </template> <script> import CommentItem from '...' //导入子组件 import {queryFeedB
相关文章
相关标签/搜索