Skip to content

Commit 67b410e

Browse files
committed
fix text line
1 parent 9c25ae4 commit 67b410e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/pages/index.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
<popupWindow>
33
<!-- top nav bar -->
44
<v-toolbar color="blue" dark dense>
5-
<v-toolbar-title Class="text-subtitle-1 ml-3 font-weight-bold">
6-
<div>Mouse Tooltip Translator</div>
7-
</v-toolbar-title>
5+
<v-col cols="7">
6+
<v-toolbar-title Class="text-subtitle-1 ml-3 font-weight-bold">
7+
<div>{{ remainSettingDesc["appName"] }}</div>
8+
</v-toolbar-title>
9+
</v-col>
10+
811
<v-spacer></v-spacer>
912

1013
<v-btn

0 commit comments

Comments
 (0)