vue3父组件修改子组件的值

使用 ref + expose(推荐方式)

子组件 (ChildComponent.vue):

父组件:



你可能感兴趣的:(前端,javascript,vue.js)