chore: cleanup

This commit is contained in:
Methapon2001 2024-04-19 14:22:23 +07:00
parent cec7db9388
commit 550ded4f63
6 changed files with 12 additions and 24 deletions

View file

@ -1,11 +1,9 @@
<script setup lang="ts">
import { ref } from 'vue';
const telephoneNo = defineModel<string>('telephoneNo');
const contact = defineModel<string>('contact');
const email = defineModel<string>('email');
const contactName = defineModel<string>('contactName');
const operatingHours = defineModel<string>('operatingHours');
// const operatingHours = defineModel<string>('operatingHours');
const lineId = defineModel<string>('lineId');
defineProps<{

View file

@ -1,6 +1,4 @@
<script setup lang="ts">
import { Icon } from '@iconify/vue';
const image = defineModel<string | null>('image');
defineProps<{