commit | f15cc7ac46022487ca36a3d8a66eb86791e040f9 | [log] [tgz] |
---|---|---|
author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Sep 09 10:08:14 2020 -0700 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Fri Sep 25 03:27:10 2020 +0000 |
tree | 97815d7c99eb1facaf6ae2b5134833bca42ad007 | |
parent | 12bc875329c0d8a9a28aa51daa6adfecb834f6f9 [diff] |
Move translation into routes file - Added intial application load document title update with created hook Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I73d18ed4a56bd04601fa7382c2d6c2ec504b03f5
diff --git a/src/components/Global/PageTitle.vue b/src/components/Global/PageTitle.vue index a77e0a0..e3dc8d0 100644 --- a/src/components/Global/PageTitle.vue +++ b/src/components/Global/PageTitle.vue
@@ -16,7 +16,7 @@ }, data() { return { - title: this.$t(this.$route.meta.title) + title: this.$route.meta.title }; } };