Skip to content

Commit 3f53467

Browse files
committed
docs: update readme
1 parent 305c47c commit 3f53467

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ interface Props {
6969
--vue-preview-color-icon-bg-hover
7070
/* VuePreview background-color of loading model */
7171
--vue-preview-color-model-bg
72+
/* VuePreview color of loading icon */
73+
--vue-preview-color-loading
7274
```
7375

7476
## Usage

Diff for: README.zh-CN.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ interface Props {
6969
--vue-preview-color-icon-bg-hover
7070
/* VuePreview 加载区域背景色 */
7171
--vue-preview-color-model-bg
72+
/* VuePreview 加载区域图标颜色 */
73+
--vue-preview-color-loading
7274
```
7375

7476
## 用法

Diff for: test/vitepress/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ interface Props {
7474
--vue-preview-color-icon-bg-hover
7575
/* VuePreview background-color of loading model */
7676
--vue-preview-color-model-bg
77+
/* VuePreview color of loading icon */
78+
--vue-preview-color-loading
7779
```
7880

7981
## Usage

Diff for: test/vitepress/zh/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ interface Props {
7474
--vue-preview-color-icon-bg-hover
7575
/* VuePreview 加载区域背景色 */
7676
--vue-preview-color-model-bg
77+
/* VuePreview 加载区域图标颜色 */
78+
--vue-preview-color-loading
7779
```
7880

7981
## 用法

0 commit comments

Comments
 (0)