How to get the defineexpose function in a slot
Version
3.2.31
Reproduction link
Steps to reproduce
click button
What is expected?
console.log("spack....");
What is actually happening?
null
here is a workaround. see sfc
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
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