diff --git a/src/layout/components/SideBar.vue b/src/layout/components/SideBar.vue index fffe82dd..f5b49b01 100644 --- a/src/layout/components/SideBar.vue +++ b/src/layout/components/SideBar.vue @@ -37,7 +37,9 @@ limitations under the License. --> - {{ t(menu.meta.title) }} + {{ + t(menu.meta.title) + }} @@ -88,24 +90,16 @@ limitations under the License. -->