Consider we have an array of objects like this. ... <template> <div id="app"> <div v-for="user in users" :key="user.id"> <User ...
確定! 回上一頁