09 2020 档案
摘要:1.父传子 子组件通过props接收 //父组件: <template> <div id="app"> <Children :msg="abc"/> </div> </template> <script> import Children from './components/children' ex
阅读全文
摘要:<body> <div class="box"> <div class="box1"></div> </div> </body> 方法一: .box{ width: 100px; height: 100px; border: 1px solid red; display: flex; } .box1
阅读全文

浙公网安备 33010602011771号