Commit 29b396b4 authored by Phil Hughes's avatar Phil Hughes

added keep-alive to improve performance when switching between tabs

parent d14a06da
...@@ -87,9 +87,11 @@ export default { ...@@ -87,9 +87,11 @@ export default {
</a> </a>
</div> </div>
<div class="multi-file-commit-panel-inner-scroll"> <div class="multi-file-commit-panel-inner-scroll">
<keep-alive>
<component <component
:is="activityBarComponent" :is="activityBarComponent"
/> />
</keep-alive>
</div> </div>
</template> </template>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment