Skip to content

Commit a0a03a9

Browse files
committed
minor changes
1 parent 983b809 commit a0a03a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// .vitepress/theme/index.ts
2-
import { h } from 'vue'
2+
import { h, watch } from "vue";
33
import type { Theme } from 'vitepress'
44
import DefaultTheme from 'vitepress/theme'
55
import VersionPicker from "./VersionPicker.vue"

0 commit comments

Comments
 (0)