diff --git a/docs/src/.vitepress/theme/index.ts b/docs/src/.vitepress/theme/index.ts index e8c07005c..a89019a83 100644 --- a/docs/src/.vitepress/theme/index.ts +++ b/docs/src/.vitepress/theme/index.ts @@ -1,5 +1,5 @@ // .vitepress/theme/index.ts -import { h } from 'vue' +import { h, watch } from "vue"; import type { Theme } from 'vitepress' import DefaultTheme from 'vitepress/theme' import VersionPicker from "./VersionPicker.vue"