slot

聊聊Vue如何使用自定义插槽Slot

Vue 中使用 slot 的方式取决于你是使用 Vue 2 还是 Vue 3,因为这两个版本在插槽(Slot)的语法上有所不同。下面是两个版本的基本使用方法:1. vue2 如何使…