Skip to content

Commit 14db0e1

Browse files
authored
Update README.md
1 parent ba60451 commit 14db0e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ import dataMasking from "vue-manual-data-masking";
4343

4444
| Property | Description | Type | Required | Default |
4545
| -------- | ----------- | ---- | -------- | ------- |
46-
| v-model | sensitive data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | yes | [] |
47-
| text | text | String | yes | |
48-
| maskingTextColor | color of masking text | String | no |"#35495e" |
49-
| maskingBgColor | color of masking background | String | no | "#41b883"|
50-
| maxHeight | max height of data masking container | Number or Null | no | null | |
46+
| v-model | Data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | true | [] |
47+
| text | text | String | true | |
48+
| maskingTextColor | color of masking text | String | false |"#35495e" |
49+
| maskingBgColor | color of masking background | String | false | "#41b883"|
50+
| maxHeight | max height of data masking container | Number or Null | false | null | |
5151

5252
## Events
5353

0 commit comments

Comments
 (0)