Skip to content
Snippets Groups Projects
Commit acb087cc authored by YongJae's avatar YongJae
Browse files

Add front - signup.vue

parent fa4daf62
No related branches found
No related tags found
1 merge request!6Login 기능 추가
<template>
<h1> 회원가입 </h1>
</template>
<script>
export default{
data() {
return{
name : '',
univ : '',
email : ''
}
},
computed:{
},
methods:{
}
}
</script>
<style lang='css'>
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment