Skip to content

Commit 619bcd6

Browse files
committed
chore: fix eslint
1 parent 6a8e9ee commit 619bcd6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/pages/scroll-cache/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ onBeforeRouteLeave(() => {
5353

5454
<div class="flex-1 min-w-0">
5555
<div class="mb-2 flex flex-row gap-1 w-full justify-between">
56-
<h3 class="text-[16px] text-zinc-600 font-semibold tracking-tight w-1/2 dark:text-white">
56+
<h3 class="text-[16px] text-zinc-600 tracking-tight font-semibold w-1/2 dark:text-white">
5757
<van-text-ellipsis :content="`${$t('scrollCache.sectionTitle')}`" />
5858
</h3>
5959

src/router/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable import/no-duplicates */
2+
13
import { createRouter, createWebHistory } from 'vue-router/auto'
24
import { handleHotUpdate, routes } from 'vue-router/auto-routes'
35

0 commit comments

Comments
 (0)