Skip to content

Commit

Permalink
Header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quatrochan committed Aug 4, 2023
1 parent 3740c5a commit 5ac3a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/ItHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ import { TEvents, TTheme } from '../types/Events'
import { useI18n } from 'vue-i18n'
const isDev = process.env.NODE_ENV === 'development'
const { availableLocales, locale, fallbackLocale, fal } = useI18n()
const { availableLocales, locale, fallbackLocale } = useI18n()
const toggleThemeValue = ref<TTheme>('light')
const emitter = inject<Emitter<TEvents>>('emitter')
Expand Down

0 comments on commit 5ac3a38

Please sign in to comment.