로그인 view
This commit is contained in:
parent
c6e4cc9089
commit
d5f08d8ede
@ -8,8 +8,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import LogoHeader from '@c/login/LogoHeader.vue';
|
import LoginForm from '@c/user/LoginForm.vue';
|
||||||
import LoginForm from '@c/login/LoginForm.vue';
|
import LogoHeader from '@c/user/LogoHeader.vue';
|
||||||
|
|
||||||
|
const handleSubmit = async ({ id, password }) => {
|
||||||
|
console.log('Login');
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style></style>
|
<style></style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user