diff --git a/e2e/docs/.vuepress/config.ts b/e2e/docs/.vuepress/config.ts index 593b4a33b3..b7ec916b1b 100644 --- a/e2e/docs/.vuepress/config.ts +++ b/e2e/docs/.vuepress/config.ts @@ -2,8 +2,8 @@ import process from 'node:process' import { viteBundler } from '@vuepress/bundler-vite' import { webpackBundler } from '@vuepress/bundler-webpack' import { defaultTheme } from '@vuepress/theme-default' -import { defineUserConfig } from 'vuepress/cli' -import type {UserConfig} from 'vuepress/cli'; +import { defineUserConfig } from 'vuepress/cli' +import type { UserConfig } from 'vuepress/cli' import { path } from 'vuepress/utils' const E2E_BASE = (process.env.E2E_BASE ?? '/') as '/' | `/${string}/` diff --git a/themes/theme-default/src/client/config.ts b/themes/theme-default/src/client/config.ts index b5b3317c3c..053813b777 100644 --- a/themes/theme-default/src/client/config.ts +++ b/themes/theme-default/src/client/config.ts @@ -1,6 +1,6 @@ import { h } from 'vue' -import { defineClientConfig } from 'vuepress/client' -import type {ClientConfig} from 'vuepress/client'; +import { defineClientConfig } from 'vuepress/client' +import type { ClientConfig } from 'vuepress/client' import { Badge, CodeGroup, CodeGroupItem } from './components/global/index.js' import { setupDarkMode,