Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Marcos Peña 2022-03-10 19:41:21 +00:00 committed by Georg Krause
parent c32a364cfe
commit 5f21e48990
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<script>
export default {
props: {
value: { type: String, default: '' },
value: { type: String, default: null },
defaultShow: { type: Boolean, default: false },
copyButton: { type: Boolean, default: false },
fieldId: { type: String, default: 'password' }