Aggiornamento a 0.6.1
This commit is contained in:
@@ -30,7 +30,7 @@ export default defineComponent({
|
||||
title: String,
|
||||
mylist: {
|
||||
type: [Array, String, undefined, null] as PropType<IAccomodation[] | string | undefined | null>,
|
||||
required: true,
|
||||
required: false,
|
||||
},
|
||||
},
|
||||
emits: ['showandsave'],
|
||||
@@ -68,7 +68,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
function created() {
|
||||
// console.log('created CAccomodation', props.mylist)
|
||||
console.log('created CAccomodation', props.mylist)
|
||||
if (isValid(props.mylist)) {
|
||||
// @ts-ignore
|
||||
let myarr: any = props.mylist
|
||||
|
||||
Reference in New Issue
Block a user