Skip to content

Commit dd2de66

Browse files
authored
Update README.md
1 parent a957e0a commit dd2de66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import dataMasking from "vue-manual-data-masking";
4343

4444
| Property | Description | Type | Required | Default |
4545
| -------- | ----------- | ---- | -------- | ------- |
46-
| v-model(1) | sensitive data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | no | [] |
46+
| v-model | sensitive data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | no | [] |
4747
| text | text | String | yes | |
4848
| maskingTextColor | color of masking text | String | no |"#35495e" |
4949
| maskingBgColor | color of masking background | String | no | "#41b883"|

0 commit comments

Comments
 (0)