We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8e9ee commit 619bcd6Copy full SHA for 619bcd6
src/pages/scroll-cache/index.vue
@@ -53,7 +53,7 @@ onBeforeRouteLeave(() => {
53
54
<div class="flex-1 min-w-0">
55
<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">
+ <h3 class="text-[16px] text-zinc-600 tracking-tight font-semibold w-1/2 dark:text-white">
57
<van-text-ellipsis :content="`${$t('scrollCache.sectionTitle')}`" />
58
</h3>
59
src/router/index.ts
@@ -1,3 +1,5 @@
1
+/* eslint-disable import/no-duplicates */
2
+
3
import { createRouter, createWebHistory } from 'vue-router/auto'
4
import { handleHotUpdate, routes } from 'vue-router/auto-routes'
5
0 commit comments