We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a957e0a commit dd2de66Copy full SHA for dd2de66
README.md
@@ -43,7 +43,7 @@ import dataMasking from "vue-manual-data-masking";
43
44
| Property | Description | Type | Required | Default |
45
| -------- | ----------- | ---- | -------- | ------- |
46
-| v-model(1) | sensitive data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | no | [] |
+| v-model | sensitive data been masked<br>e.g. <br>[{ content: "080080080", category: "phone number", start: 0, end: 5 }] | Array<Masked> | no | [] |
47
| text | text | String | yes | |
48
| maskingTextColor | color of masking text | String | no |"#35495e" |
49
| maskingBgColor | color of masking background | String | no | "#41b883"|
0 commit comments