-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/components/base/UserInput.tsx b/src/components/base/UserInput.tsx
index 6fcd997..b0b2a10 100644
--- a/src/components/base/UserInput.tsx
+++ b/src/components/base/UserInput.tsx
@@ -20,6 +20,7 @@ export default defineComponent({
const handleKeyup = (event: KeyboardEvent) => {
appStore.password = (event.target as HTMLInputElement)?.value || ''
}
+ console.log({ appStore})
return () => (