diff options
author | Helianthella <git@gumi.ca> | 2020-12-22 10:22:57 -0500 |
---|---|---|
committer | Helianthella <git@gumi.ca> | 2020-12-22 10:23:00 -0500 |
commit | 312536f66dfc5252ba15fbe55087ae269877cdd4 (patch) | |
tree | bc475e8170bbc7d820e06aa5e16833ccd0472338 /src/components/ServerStatus.vue | |
parent | ad5fe7efc9eab0887b4024ccf50644b00ff866c3 (diff) | |
download | website-312536f66dfc5252ba15fbe55087ae269877cdd4.tar.gz website-312536f66dfc5252ba15fbe55087ae269877cdd4.tar.bz2 website-312536f66dfc5252ba15fbe55087ae269877cdd4.tar.xz website-312536f66dfc5252ba15fbe55087ae269877cdd4.zip |
fix registration and account recovery
On Vue 3, ref names and v-model names are both assigned to the scope of the component,
unlike in Vue 2, where refs were only registered on vm.$refs. This means if you
have a <input v-model="blah" ref="blah"> the ref will override the model and thus
the model will not work. This is, of course, undocumented in the migration guide 🙄
Diffstat (limited to 'src/components/ServerStatus.vue')
0 files changed, 0 insertions, 0 deletions