This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 9e1eb773 Update client.ts
9e1eb773 is described below
commit 9e1eb773fd8a621b484ae478d103c795f11e2389
Author: CritasWang <[email protected]>
AuthorDate: Thu Dec 19 15:46:19 2024 +0800
Update client.ts
---
src/.vuepress/client.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/.vuepress/client.ts b/src/.vuepress/client.ts
index 2cac38ff..d2b0d35f 100644
--- a/src/.vuepress/client.ts
+++ b/src/.vuepress/client.ts
@@ -18,8 +18,7 @@
import { defineDocSearchConfig } from '@vuepress/plugin-docsearch/client';
import { computed } from 'vue';
-import { useRouter, withBase } from 'vuepress/client';
-import { defineClientConfig, usePageData } from 'vuepress/client';
+import { defineClientConfig, usePageData, useRouter, withBase } from
'vuepress/client';
import DocSearch from './components/DocSearch.vue';
import { getDocVersion } from './utils/index.js';