perf:format code

This commit is contained in:
Pan
2017-11-27 10:46:08 +08:00
parent f876b9b678
commit c06baffb17
8 changed files with 24 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section class="app-main" style="min-height: 100%">
<transition name="fade" mode="out-in">
<keep-alive :include='cachedViews'>
<keep-alive :include="cachedViews">
<router-view></router-view>
</keep-alive>
</transition>