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