Skip to content

Commit 4fb3fef

Browse files
authored
Update reservation.vue (#625)
1 parent 098cace commit 4fb3fef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pages/manage/reservation.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,6 @@ async function handleSubmit(e: any) {
133133

134134
<template>
135135
<div>
136-
<div class="inline-block align-top w-full lg:w-1/2 p-5">
137-
<div class="flex rounded border h-[50vh] lg:h-[80vh] items-center justify-center">
138-
<div>
139-
map placeholder
140-
<div class="my-5" />
141-
FORMDATA: (for testing only)
142-
<pre>{{ JSON.stringify(formData, null, 2) }}</pre>
143-
</div>
144-
</div>
145-
</div>
146136
<div class="inline-block align-top w-full lg:w-1/2 lg:max-w-[480px] p-5">
147137
<div class="text-2xl">
148138
预约教室

0 commit comments

Comments
 (0)