props 父组件要通过 props 传递信息给子组件,只要在子组件上添加相应的属性: <template> <div class="father"> <h3>父组件</h3> <Child :car="car"/> </div> </template> <script setup lang="ts" name="Father"> import Child from './Child.vue' import { re…
props 父组件要通过 props 传递信息给子组件,只要在子组件上添加相应的属性: <template> <div class="father"> <h3>父组件</h3> <Child :car="car"/> </div> </template> <script setup lang="ts" name="Father"> import Child from './Child.vue' import { re…
魔芋红茶
加一点PHP,加一点Go,加一点Python......
COPYRIGHT © 2021 icexmoon.cn. ALL RIGHTS RESERVED.
本网站由提供CDN加速/云存储服务
Theme Kratos Made By Seaton Jiang