11 lines
154 B
Vue
11 lines
154 B
Vue
![]() |
<template></template>
|
||
|
|
||
|
|
||
|
|
||
|
<script setup>
|
||
|
|
||
|
import { ref, reactive, defineProps } from "vue"
|
||
|
const props = defineProps({
|
||
|
// formData: Object
|
||
|
})
|
||
|
</script>
|