摘要: 子组件: <template> <div> child </div> </template> <script> export default { name: "child", props: "someprops", methods: { parentHandleclick(e) { //父组件要调用 阅读全文
posted @ 2021-03-02 16:06 ssjd 阅读(1073) 评论(0) 推荐(0) 编辑