add link to repo with portal vue warning

This commit is contained in:
Moriz Wahl 2022-02-16 11:23:26 +01:00
parent 1c3a3b6ee4
commit 2c4406ee81

View File

@ -54,6 +54,7 @@ global.localVue.directive('focus', focus)
global.localVue.mixin(toasters)
// Filter the warnings for portal vue
// https://github.com/BeniRupp/bug_portal-vue-target-already-exists
const consoleWarn = global.console.warn
// eslint-disable-next-line no-console
delete console.warn