From 4b380bacc7fb19f196f2235061b0305af46e570d Mon Sep 17 00:00:00 2001 From: Mister-Hope Date: Fri, 6 Dec 2024 13:48:48 +0800 Subject: [PATCH] style: fix linter --- themes/theme-default/src/client/components/VPNavbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/theme-default/src/client/components/VPNavbar.vue b/themes/theme-default/src/client/components/VPNavbar.vue index a78ae28e01..74d149955f 100644 --- a/themes/theme-default/src/client/components/VPNavbar.vue +++ b/themes/theme-default/src/client/components/VPNavbar.vue @@ -7,7 +7,7 @@ import { useThemeLocaleData } from '@theme/useThemeData' import { DeviceType, useUpdateDeviceStatus } from '@theme/useUpdateDeviceStatus' import { hasGlobalComponent } from '@vuepress/helper/client' import type { VNode } from 'vue' -import { computed, ref, useTemplateRef, resolveComponent } from 'vue' +import { computed, ref, resolveComponent, useTemplateRef } from 'vue' defineEmits<{ toggleSidebar: []