mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
modify title nav bar
This commit is contained in:
@@ -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