Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang authored Dec 19, 2024
1 parent 9fcf8c7 commit 9e1eb77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/.vuepress/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 9e1eb77

Please sign in to comment.