摘要: userLog.vue (父组件) 上面的意思为, default里面是异步渲染成功之后显示的视图组件 fallback里面是类似于正在请求中,则会显示这种 cont2.vue (子组件) <template> <div> <ul> <li v-for="item in data.tableData 阅读全文
posted @ 2021-04-09 15:52 影思密达ing 阅读(858) 评论(0) 推荐(0) 编辑
摘要: index.html <div id="app"></div> <div id="ile">我是tel</div> cont1.vue <template> <div> {{propContent}} <button @click="cht">改变</button> <teleport to="#i 阅读全文
posted @ 2021-04-09 10:51 影思密达ing 阅读(721) 评论(0) 推荐(0) 编辑
摘要: <template> <div>{{propContent}}</div> </template> <script> import { watchEffect, watch, ref } from "vue"; export default { name: "", components: {}, m 阅读全文
posted @ 2021-04-09 10:10 影思密达ing 阅读(2595) 评论(0) 推荐(1) 编辑