chore: cleanup
This commit is contained in:
parent
cec7db9388
commit
550ded4f63
6 changed files with 12 additions and 24 deletions
|
|
@ -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<{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import { Icon } from '@iconify/vue';
|
||||
|
||||
const image = defineModel<string | null>('image');
|
||||
|
||||
defineProps<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue