Skip to content
Snippets Groups Projects
Commit 3853f861 authored by HyunKyeong Park's avatar HyunKyeong Park
Browse files

SignUp 디자인 수정

parent dc230053
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,6 @@ ...@@ -26,12 +26,6 @@
<div class="signUpInput"> <div class="signUpInput">
<input type="text" v-model="sid" placeholder="Student ID"> <input type="text" v-model="sid" placeholder="Student ID">
</div> </div>
<div id="selected">
<select v-model="ifsuper" id="ifSuper" required="required">
<option value=0>Club Member</option>
<option value=1>Club Manager</option>
</select><br>
</div>
<button v-on:click="btnSignUp">SignUp</button> <button v-on:click="btnSignUp">SignUp</button>
{{ifsuper}} {{ifsuper}}
</div> </div>
......
<!--동아리 내에서 활동일지 눌렀을 때--> <!--동아리 내에서 자유게시판 눌렀을 때-->
<template> <template>
<div class="clubView"> <div class="clubView">
<NavClub id="navClub"></NavClub> <NavClub id="navClub"></NavClub>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment