diff --git a/src/Phoenix.vue b/src/Phoenix.vue index 2b13e089b24..4cb24ef277d 100644 --- a/src/Phoenix.vue +++ b/src/Phoenix.vue @@ -6,17 +6,19 @@
- + + +
= 1200 || this.appNavigationVisible + }, + + appNavigationAnimation() { + if (this.windowWidth > 960) { + return 'push-right' + } + + return 'fade' } }, watch: {