dengrui 10 달 전
부모
커밋
5afb664cb1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/components/AppMain/index.vue

+ 0 - 1
src/layout/components/AppMain/index.vue

@@ -1,6 +1,5 @@
 <template>
   <section class="app-main">
-    {{ cachedViews }}
     <div class="main-container">
       <router-view v-slot="{ Component, route }">
         <keep-alive :include="[cachedViews]">