摘要: 方式一 $parent 父组件 <template> <div> <child></child> </div> </template> <script> import child from './child'; export default { components: { child }, meth 阅读全文
posted @ 2020-02-21 11:03 devcoder 阅读(10902) 评论(0) 推荐(2)