摘要: Child.vue: <template> <div>Child Info:{{message}}</div> </template> <script> import {inject,ref,onMounted} from 'vue' export default { name:'Child', s 阅读全文
posted @ 2021-09-24 23:38 dshow 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="flex-demo"> <div class="inner1" v-on:click="fn" >11</div> <div class="inner2">22</div> <div class="inner1" v-if="showCmd.bValue 阅读全文
posted @ 2021-09-24 18:24 dshow 阅读(77) 评论(0) 推荐(0) 编辑