Skip to content

Commit

Permalink
docs: add missing import (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-bastien authored Nov 27, 2024
1 parent 2397e08 commit 31b3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default {
<!-- docs/.vitepress/theme/Layout.vue -->
<script setup lang="ts">
import DefaultTheme from 'vitepress/theme'
import { useData } from 'vitepress'
import { useData, inBrowser } from 'vitepress'
import { watchEffect } from 'vue'
const { lang } = useData()
Expand Down

0 comments on commit 31b3e85

Please sign in to comment.