fix: แก้ ชื่อ defineModel
This commit is contained in:
parent
22c4388988
commit
4b3d1b52ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const businessAddress = defineModel<string>('email');
|
const businessAddress = defineModel<string>('businessAddress');
|
||||||
const typeBusiness = defineModel<string>('typeBusiness');
|
const typeBusiness = defineModel<string>('typeBusiness');
|
||||||
const JobPosition = defineModel<string>('JobPosition');
|
const JobPosition = defineModel<string>('JobPosition');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue