The login page failed to mount with ReferenceError: onMounted is not defined (Login.vue:190).
ReferenceError: onMounted is not defined
Login.vue registered an onMounted hook to fetch website settings, but the vue import only included inject, reactive, ref.
Login.vue
onMounted
vue
inject, reactive, ref
Add onMounted to the vue import.