mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
modify title nav bar
This commit is contained in:
@@ -29,6 +29,7 @@ export default {
|
||||
'Journals': 'Journals',
|
||||
'Accounts': 'Accounts',
|
||||
'Charts': 'Charts',
|
||||
'New Record': 'New Record',
|
||||
'Settings': 'Settings',
|
||||
'Back': 'Back',
|
||||
'Username': 'Username',
|
||||
|
||||
@@ -29,6 +29,7 @@ export default {
|
||||
'Journals': '流水',
|
||||
'Accounts': '账户',
|
||||
'Charts': '图表',
|
||||
'New Record': '记一笔',
|
||||
'Settings': '设置',
|
||||
'Back': '返回',
|
||||
'Username': '用户名',
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<f7-page name="home">
|
||||
<f7-navbar :title="$t('global.app.title')"></f7-navbar>
|
||||
<f7-navbar>
|
||||
<f7-nav-title :title="$t('global.app.title')"></f7-nav-title>
|
||||
<f7-nav-right>
|
||||
<f7-link href="/new-record" icon-f7="plus_square" :text="$t('New Record')"></f7-link>
|
||||
</f7-nav-right>
|
||||
</f7-navbar>
|
||||
<f7-tabs animated swipeable routable>
|
||||
<f7-tab id="main-tab-home" class="page-content" tab-active></f7-tab>
|
||||
<f7-tab id="main-tab-journals" class="page-content"></f7-tab>
|
||||
|
||||
Reference in New Issue
Block a user