diff --git a/web2/src/components/ChangePasswordForm.vue b/web2/src/components/ChangePasswordForm.vue index 9c482313..08945cf6 100644 --- a/web2/src/components/ChangePasswordForm.vue +++ b/web2/src/components/ChangePasswordForm.vue @@ -13,7 +13,10 @@ @@ -25,6 +28,12 @@ import ItemFormBase from '@/components/ItemFormBase'; export default { mixins: [ItemFormBase], + data() { + return { + showPassword: false, + }; + }, + methods: { async loadData() { this.item = {};