Update app/javascript/dashboard/routes/auth/components/AuthInput.vue

This commit is contained in:
Pranav Raj S 2022-09-22 08:56:53 -07:00 committed by GitHub
parent 971c40a5eb
commit eed716fad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ export default {
}, },
readonly: { readonly: {
type: Boolean, type: Boolean,
deafaut: false, default: false,
}, },
}, },
methods: { methods: {