summaryrefslogtreecommitdiff
path: root/src/components/Logo.vue
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-22 10:22:57 -0500
committerHelianthella <git@gumi.ca>2020-12-22 10:23:00 -0500
commit312536f66dfc5252ba15fbe55087ae269877cdd4 (patch)
treebc475e8170bbc7d820e06aa5e16833ccd0472338 /src/components/Logo.vue
parentad5fe7efc9eab0887b4024ccf50644b00ff866c3 (diff)
downloadwebsite-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/Logo.vue')
0 files changed, 0 insertions, 0 deletions