Skip to content

Commit 15c2083

Browse files
author
Guillaume Chau
committed
perf: revert keep-alive to significantly reduce memory usage
1 parent ec2b96d commit 15c2083

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/app-frontend/src/App.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@
159159
</div>
160160
</div>
161161

162-
<keep-alive>
163-
<router-view class="container" />
164-
</keep-alive>
162+
<router-view class="container" />
165163
</div>
166164
</template>
167165

0 commit comments

Comments
 (0)