Registers a dispose callback on the current active effect scope. The callback will be invoked when the associated effect scope is stopped.
The callback function to attach to the scope's cleanup.
Optional
https://vuejs.org/api/reactivity-advanced.html#onscopedispose
Registers a dispose callback on the current active effect scope. The callback will be invoked when the associated effect scope is stopped.