new Vue({ el: '#unregister-object', data: { // 一開始沒有 ... <li v-for="item in animals" v-bind:key="item">{{ item }}</li> </ul> <button ...
確定! 回上一頁