diff --git a/docs/.vitepress/build/crowdin-credentials.ts b/docs/.vitepress/build/crowdin-credentials.ts
index 973c5aa472..386113ea88 100644
--- a/docs/.vitepress/build/crowdin-credentials.ts
+++ b/docs/.vitepress/build/crowdin-credentials.ts
@@ -2,7 +2,7 @@ import path from 'path'
import fs from 'fs/promises'
import chalk from 'chalk'
import consola from 'consola'
-import { errorAndExit, docRoot } from '@element-plus/build'
+import { docRoot, errorAndExit } from '@element-plus/build'
const credentialPlaceholder = 'API_TOKEN_PLACEHOLDER'
diff --git a/docs/.vitepress/build/crowdin-generate.ts b/docs/.vitepress/build/crowdin-generate.ts
index 4bf25ff7ab..5dbb9ebe1e 100644
--- a/docs/.vitepress/build/crowdin-generate.ts
+++ b/docs/.vitepress/build/crowdin-generate.ts
@@ -2,7 +2,7 @@ import fs from 'fs'
import path from 'path'
import chalk from 'chalk'
import consola from 'consola'
-import { errorAndExit, docRoot } from '@element-plus/build'
+import { docRoot, errorAndExit } from '@element-plus/build'
// NB: this file is only for generating files that enables developers to develop the website.
const componentLocaleRoot = path.resolve(docRoot, '.vitepress/crowdin')
diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts
index 7190f6b489..cb13b44953 100644
--- a/docs/.vitepress/theme/index.ts
+++ b/docs/.vitepress/theme/index.ts
@@ -1,6 +1,6 @@
import ElementPlus from 'element-plus'
-import VPApp, { globals, NotFound } from '../vitepress'
+import VPApp, { NotFound, globals } from '../vitepress'
import { define } from '../utils/types'
import 'uno.css'
diff --git a/docs/.vitepress/vitepress/components/doc-content/vp-last-updated-at.vue b/docs/.vitepress/vitepress/components/doc-content/vp-last-updated-at.vue
index d32177b345..51fd60e3f2 100644
--- a/docs/.vitepress/vitepress/components/doc-content/vp-last-updated-at.vue
+++ b/docs/.vitepress/vitepress/components/doc-content/vp-last-updated-at.vue
@@ -1,5 +1,5 @@
diff --git a/docs/examples/button/group.vue b/docs/examples/button/group.vue
index 0115bdf5bb..e5aa60be81 100644
--- a/docs/examples/button/group.vue
+++ b/docs/examples/button/group.vue
@@ -16,9 +16,9 @@
diff --git a/docs/examples/button/icon.vue b/docs/examples/button/icon.vue
index c1a4147d3a..564a297c8f 100644
--- a/docs/examples/button/icon.vue
+++ b/docs/examples/button/icon.vue
@@ -10,5 +10,5 @@
diff --git a/docs/examples/container/example.vue b/docs/examples/container/example.vue
index e71303cad5..4b374a17cc 100644
--- a/docs/examples/container/example.vue
+++ b/docs/examples/container/example.vue
@@ -95,7 +95,7 @@
diff --git a/docs/examples/steps/with-icon.vue b/docs/examples/steps/with-icon.vue
index 5c09576cae..642a57c633 100644
--- a/docs/examples/steps/with-icon.vue
+++ b/docs/examples/steps/with-icon.vue
@@ -7,5 +7,5 @@
diff --git a/docs/examples/table/custom-header.vue b/docs/examples/table/custom-header.vue
index 27975917e9..9ae6028ce5 100644
--- a/docs/examples/table/custom-header.vue
+++ b/docs/examples/table/custom-header.vue
@@ -22,7 +22,7 @@