diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-27 10:37:22 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 10:02:51 +0200 |
commit | bd303388e3d4dae90c2266d183395db8321c11de (patch) | |
tree | fddc23eff000713596cd024914667320c8c1312e /core/src/components/MainMenu.js | |
parent | d5edcf8c9570618d9008b355b7f432575ff9d357 (diff) | |
download | nextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.tar.gz nextcloud-server-bd303388e3d4dae90c2266d183395db8321c11de.zip |
Cleanup ie and old edge properties
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/components/MainMenu.js')
-rw-r--r-- | core/src/components/MainMenu.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/components/MainMenu.js b/core/src/components/MainMenu.js index 267a3d9a361..be27e752237 100644 --- a/core/src/components/MainMenu.js +++ b/core/src/components/MainMenu.js @@ -28,7 +28,6 @@ import Vue from 'vue' import AppMenu from './AppMenu.vue' export const setUp = () => { - Vue.mixin({ methods: { t, |