Vue3——第十二章(Props)
创始人
2024-05-11 02:43:30
0

一、Props 声明

  • 一个组件需要显式声明它所接受的 props,这样 Vue 才能知道外部传入的哪些是 props,哪些是透传 attribute
  • 在使用