Subscribe on changes!

How to get the defineexpose function in a slot

avatar
Apr 8th 2022

Version

3.2.31

Reproduction link

sfc.vuejs.org/

Steps to reproduce

click button

What is expected?

console.log("spack....");

What is actually happening?

null

avatar
Apr 8th 2022

here is a workaround. see sfc

avatar
Apr 8th 2022

providing the template ref from the parent to the slot as a slot prop would be another alternative.

Further support can be provided by the community on chat.vuejs.org

avatar
Apr 8th 2022

here is a workaround. see sfc

Is there no need to provide? My actual need is to have a public component with a reset button in it and a form in the slot. Click Reset to execute the form reset method