Skip to content

Commit 910ea2a

Browse files
authored
Update IndexPage.vue
1 parent 58292b6 commit 910ea2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/IndexPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const { t, locale } = useI18n();
8989
let $q = useQuasar();
9090
let screen = ref($q.screen);
9191
let research = reactive([
92-
{ name: t("l1"), url: "papers#1", destination: "/paper/0", id: 0 },
92+
{ name: "l1", url: "papers#1", destination: "/paper/0", id: 0 },
9393
{ name: "l4", url: "papers#2", destination: "/paper/1", id: 3 },
9494
{ name: "l7", url: "papers#3", destination: "/paper/2", id: 6 },
9595
{ name: "l2", url: "papers#4", destination: "/paper/3", id: 1 },

0 commit comments

Comments
 (0)