<template>
<div class="index">
<common-header id="common-header" class="common-header" v-el:commonheader></common-header>
<router-view transition keep-alive class="index-view"></router-view>
</div>
</template>
路由视图会显示两个组件 A 和 B,而组件 A 的 scrollTop 为 0,我路由到组件 B,向下滚动,然后路由到组件 A,A 也滚动。有人有想法么?