05 2021 档案

摘要:父组件 <template> <div> <child @fatherMethod="fatherMethod"></child> </div> </template> <script> import child from './child'; export default { components 阅读全文
posted @ 2021-05-25 10:07 一夜成风 阅读(103) 评论(0) 推荐(0)