摘要: data() { return { city: '', country: '' } }, computed: { address() { const { city, country } = this return { city, country } } }, watch: { address: { han... 阅读全文