docs: add missing import (#4389)

pull/4391/head
Nicolas Bastien 4 weeks ago committed by GitHub
parent 2397e08d6c
commit 31b3e85889
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