refactor: cleanup
This commit is contained in:
parent
fad1b59981
commit
dd2202a7c7
5 changed files with 3 additions and 10 deletions
|
|
@ -1,6 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import useUserStore from 'src/stores/user';
|
||||
|
||||
const firstName = defineModel<string>('firstName');
|
||||
const lastName = defineModel<string>('lastName');
|
||||
const firstNameEN = defineModel<string>('firstNameEN');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue