Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
c32a364cfe
commit
5f21e48990
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue