isOnSetup
What problem does this feature solve?
To distinguish whether codes are in a setup context. Setup is called only once, and its return is called multiple times due to dependency changes. Some apis need to be restricted to setup OnMounted is automatically called in setup,onScopeDispose needs to be manually disposed and used separately
What does the proposed API look like?
if(isOnSetup()){}else{}