摘要: 例子: // 父组件 ...... <test-dialog :dialogOpen.sync="open" /> ...... improt testDialog from "./testDialog" ...... data(){ return{ open:false } }, methods: 阅读全文
posted @ 2021-09-08 15:12 假装空白 阅读(635) 评论(0) 推荐(0)