Actual use of vue slot

I named the code in the child component slider.vue

Insert picture description here

之后回到父组件中引入子组件
import Slider from 'xxx/xxx/xxx'
components: {
   Slider
}

The code of the parent component introducing the slot of the child component

Insert picture description here

Published 4 original articles · praised 8 · visits 26

Guess you like

Origin blog.csdn.net/m0_46269977/article/details/105545336