Skip to content

Commit d5bb767

Browse files
committed
Remove semi-broken navigation fade transition
1 parent b0204f2 commit d5bb767

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/layouts/Default.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2929
class="overflow-auto"
3030
:style="coreViewStyle"
3131
>
32-
<v-fade-transition mode="out-in">
33-
<slot/>
34-
</v-fade-transition>
32+
<slot/>
3533
</div>
3634
</v-main>
3735
</div>

0 commit comments

Comments
 (0)