We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5537bd9 + a0a03a9 commit 1f4e62dCopy full SHA for 1f4e62d
docs/src/.vitepress/theme/index.ts
@@ -1,5 +1,5 @@
1
// .vitepress/theme/index.ts
2
-import { h } from 'vue'
+import { h, watch } from "vue";
3
import type { Theme } from 'vitepress'
4
import DefaultTheme from 'vitepress/theme'
5
import VersionPicker from "./VersionPicker.vue"
0 commit comments