Client - minor fixes
This commit is contained in:
@ -145,6 +145,7 @@
|
||||
import {
|
||||
ComputedRef,
|
||||
computed,
|
||||
onUnmounted,
|
||||
reactive,
|
||||
ref,
|
||||
toRefs,
|
||||
@ -262,6 +263,8 @@
|
||||
formData.password = ''
|
||||
}
|
||||
|
||||
onUnmounted(() => store.commit(ROOT_STORE.MUTATIONS.EMPTY_ERROR_MESSAGES))
|
||||
|
||||
watch(
|
||||
() => route.path,
|
||||
async () => {
|
||||
|
Reference in New Issue
Block a user