From eae36a68d395605d8234be7098956df9fd0a6439 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Fri, 18 Feb 2022 10:13:59 +0300 Subject: [PATCH 1/6] Add MigrationNotice and TranslationBanner to the blank layout Add MigrationNotice and TranslationBanner to the blank layout --- ...igrationNotice.vue => VMigrationNotice.vue} | 2 +- src/layouts/blank.vue | 18 ++++++++++++++++-- src/layouts/default.vue | 6 +++--- 3 files changed, 20 insertions(+), 6 deletions(-) rename src/components/{MigrationNotice.vue => VMigrationNotice.vue} (95%) diff --git a/src/components/MigrationNotice.vue b/src/components/VMigrationNotice.vue similarity index 95% rename from src/components/MigrationNotice.vue rename to src/components/VMigrationNotice.vue index ee8948d8ca..17bcfe4630 100644 --- a/src/components/MigrationNotice.vue +++ b/src/components/VMigrationNotice.vue @@ -18,7 +18,7 @@ import NoticeBar from '~/components/NoticeBar/NoticeBar.vue' export default { - name: 'MigrationNotice', + name: 'VMigrationNotice', components: { NoticeBar }, } diff --git a/src/layouts/blank.vue b/src/layouts/blank.vue index c1852bff56..53726162f8 100644 --- a/src/layouts/blank.vue +++ b/src/layouts/blank.vue @@ -1,14 +1,28 @@