Assign the Vue instance to a variable for later reference: var vm = new Vue({ el:'#app', data: { countdown: [] } }) This way we can use vm to access the Vue ...
確定! 回上一頁