var vm = new Vue({ el: '#app', data: { a: 1 }, beforeCreate() ... 時因實體還沒創建,所以 a 跟 $el 都是 undefined 。 created : 到了 created 時已經創建實例, ...
確定! 回上一頁