watch(() => listing.value.product.productTypeId, (newVal) => { console.log('Product Type ID:', newVal);});watch(() => listing.value.duration, (newVal) => { console.log('Duration:', newVal);});