can provide a event like vue2 'hook:[lifeCycle]' ?
yangmi0829 opened this issue · 2 comments
yangmi0829 commented
What problem does this feature solve?
vue2, we can code like:
this,$once(''hook:beforeDestory', dosomething)
but vue3, i can not find events like this,
What does the proposed API look like?
<children @hook:beforeDestory="dosomething">
yangmi0829 commented
use "@vnodeBeforeUnmount" instead
JackieCheung commented
use "@vnodeBeforeUnmount" instead
Is there any reference document for this api?