i18n.md : add missing variable

inBrowser was missing in the imported data
pull/4389/head
Nicolas Bastien 10 months ago committed by GitHub
parent 2397e08d6c
commit 323c479687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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()

Loading…
Cancel
Save