未验证 提交 6e391af3 编写于 作者: B BlackTooth 提交者: GitHub

fix(keep-alive): disabler (#2101)

Co-authored-by: N隆杰 <longjie.li@taxsoyea.net>
上级 7925c1ea
......@@ -15,9 +15,7 @@
appear
>
<keep-alive v-if="openCache" :include="getCaches">
<div :key="route.name">
<component :is="Component" :key="route.fullPath" />
</div>
<component :is="Component" :key="route.fullPath" />
</keep-alive>
<div v-else :key="route.name">
<component :is="Component" :key="route.fullPath" />
......
......@@ -61,7 +61,6 @@
function handleColumnChange(data: ColumnChangeParam[]) {
console.log('ColumnChanged', data);
}
return {
columns: getBasicColumns(),
data: getBasicData(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册