File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,20 @@ export default defineConfig({
304
304
305
305
## backTop
306
306
307
+ :::tip
308
+ To enable the back top, you need to install dependencies ` @iconify-json/carbon `
309
+
310
+ ``` bash
311
+ # npm
312
+ npm install @iconify-json/carbon -D
313
+ # yarn
314
+ yarn add @iconify-json/carbon -D
315
+ # pnpm
316
+ pnpm add @iconify-json/carbon -D
317
+ ```
318
+
319
+ :::
320
+
307
321
- Typs: ` boolean `
308
322
- Default: ` true `
309
323
Original file line number Diff line number Diff line change @@ -296,6 +296,20 @@ export default defineConfig({
296
296
297
297
## backTop
298
298
299
+ :::tip
300
+ 开启返回顶部功能需要安装依赖` @iconify-json/carbon `
301
+
302
+ ``` bash
303
+ # npm
304
+ npm install @iconify-json/carbon -D
305
+ # yarn
306
+ yarn add @iconify-json/carbon -D
307
+ # pnpm
308
+ pnpm add @iconify-json/carbon -D
309
+ ```
310
+
311
+ :::
312
+
299
313
- Typs: ` boolean `
300
314
- Default: ` true `
301
315
You can’t perform that action at this time.
0 commit comments