更改props的值

子组件
props: ['getcontents']
子组件更新父组件的值
this.$emit('update:getcontents', 新的值)

你可能感兴趣的:(更改props的值)