연락처 숨김

This commit is contained in:
2025-06-04 15:46:13 +09:00
parent 8ab3aab5f3
commit 79160a59ef
-5
View File
@@ -22,11 +22,6 @@
<InputText id="clubLocation" v-model="clubLocation" class="w-full" />
</div>
<div class="form-group">
<label for="clubContact">연락처</label>
<InputText id="clubContact" v-model="clubContact" class="w-full" />
</div>
<Button type="submit" label="클럽 생성하기" class="w-full" :loading="loading" />
</form>
</div>