Skip to content

Commit

Permalink
style: elint格式修复
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 29, 2022
1 parent 27ff778 commit 1e59609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/components/page.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<router-view v-slot="{ Component, route }">
<me-component
:transition="{ name: 'fade-transform', mode: 'out-in' }"
:is="Component"
:transition="{ name: 'fade-transform', mode: 'out-in' }"
:keep-alive="keepAliveProps"
:component-key="route.fullPath"
done-progress
Expand Down

0 comments on commit 1e59609

Please sign in to comment.