Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 6, 2024
1 parent a5a4ac1 commit 4b380ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-default/src/client/components/VPNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 4b380ba

Please sign in to comment.