@@ -38,7 +38,6 @@ A Vue 3.0 custom directives plugin package, built-in with `v-loading`, `v-skelet
38
38
- [ Thanks] ( #thanks )
39
39
- [ LICENSE] ( #license )
40
40
41
-
42
41
## Installation
43
42
44
43
``` sh
@@ -374,13 +373,17 @@ app.use(vueDefaultPage, {
374
373
| enable | Enable the directive (Enable when [ Global Configuration] ( #global-configuration ) ) | boolean | false |
375
374
| animation | Animation | boolean | true |
376
375
| avatarMaxSize | Maximum size of avatar | number / string | 54 |
376
+ | zIndex | The stack level of the directive | number / string | 100 |
377
+ | background | Background color of the mask | string | #fff |
377
378
378
379
### VdpSkeletonList
379
380
380
- | Name | Description | Type | Default |
381
- | --------- | -------------------------------------------------------------------------------- | ------- | ------- |
382
- | enable | Enable the directive (Enable when [ Global Configuration] ( #global-configuration ) ) | boolean | false |
383
- | animation | Animation | boolean | true |
381
+ | Name | Description | Type | Default |
382
+ | ---------- | -------------------------------------------------------------------------------- | --------------- | ------- |
383
+ | enable | Enable the directive (Enable when [ Global Configuration] ( #global-configuration ) ) | boolean | false |
384
+ | animation | Animation | boolean | true |
385
+ | zIndex | The stack level of the directive | number / string | 100 |
386
+ | background | Background color of the mask | string | #fff |
384
387
385
388
## v-error
386
389
@@ -465,7 +468,7 @@ The maximum icon size can be adjusted using the `iconMaxSize` or the `vdp-empty-
465
468
| text | Text | string | No Data |
466
469
| textColor | Text color | string | #999 |
467
470
| icon | Custom icon | string | — |
468
- | miniIcon | Custom mini icon | boolean / string | true |
471
+ | miniIcon | Custom mini icon | boolean / string | false |
469
472
| iconMaxSize | Maximum size of icon | number / string | 180 |
470
473
| iconShowText | Whether to show text when using large | boolean | true |
471
474
| zIndex | The stack level of the directive | number / string | 100 |
0 commit comments