diff options
Diffstat (limited to 'src/components/Global/PageTitle.vue')
-rw-r--r-- | src/components/Global/PageTitle.vue | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/Global/PageTitle.vue b/src/components/Global/PageTitle.vue index ca7f6082d..f6b561d59 100644 --- a/src/components/Global/PageTitle.vue +++ b/src/components/Global/PageTitle.vue @@ -32,17 +32,12 @@ export default { ); i++; } - //this.title = i18n.t('appPageTitle.' + title); - //document.title = this.title; } }, }; </script> <style lang="scss" scoped> -@import '@/assets/styles/bmc/helpers/_index.scss'; -@import '@/assets/styles/bootstrap/_helpers.scss'; - .page-title { margin-bottom: $spacer * 2; } |