#vuejs
Read more stories on Hashnode
Articles with this tag
组件 子组件 <template> <div style="border:1px solid black;width:400px; height: 130px;"> <h3>我是子组件</h3> <button>子组件将值传递给父组件</button> ...