Skip to content

Commit 1adbafb

Browse files
committed
fix(front): body view and bg
1 parent 4303195 commit 1adbafb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<template>
22
<div>PH1</div>
3-
<button @click="handleSubmit">Next</button>
43
</template>
54

65
<script setup lang="ts">
76
const emit = defineEmits(['submit'])
8-
9-
const handleSubmit = () => {
10-
emit('submit')
11-
}
127
</script>

0 commit comments

Comments
 (0)