摘要: (一)子组件 调用 父组件 方法 方式一) 父组件 <template> <div> <child></child> </div> </template> <script> import child from '~/components/child'; export default { compon 阅读全文
posted @ 2017-11-24 14:02 蓿苜 阅读(529) 评论(0) 推荐(0) 编辑