< keep-alive: max= "30" >
<template v-if="tab.name===activeName">
<component v-bind:is="currentTabComponent" v-bind="currentTabComponent.defaults"></component>
</template>
</keep-alive>
How do the asynchronous components in component know when the load is complete, and are there any functions like callback?