fix: lint

This commit is contained in:
ogerly 2021-09-01 13:52:15 +02:00
parent a885f99f0c
commit 70c564e2e3

View File

@ -188,9 +188,8 @@ export default {
passwordRepeat: '', passwordRepeat: '',
}, },
agree: false, agree: false,
}, }
this.selected = null, this.selected = null
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.observer.reset() this.$refs.observer.reset()
}) })