物品的个数为:</font><font style="color:#569cd6;">${</font><font style="color:#4fc1ff;">num</font><font style="color:#d4d4d4;">.</font><font style="color:#9cdcfe;">value</font><font style="color:#569cd6;">}</font><font style="color:#ce9178;">
},
set:newValue=> {
console.log(被修改了,新数据为:</font><font style="color:#569cd6;">${</font><font style="color:#9cdcfe;">newValue</font><font style="color:#569cd6;">}</font><font style="color:#ce9178;">
)
}
})
const handleCountChange = () => {
// num.value++
count.value = 3
}
</script>
<template>
<divv-text=“count“></div>
<divv-text=“count“></div>
<divv-text=“count“></div>
<button @click=“handleCountChange“>Count</button>
</template>
<style>
</style>