new Vue({ el: '.app', data: { google: { link: 'http://google.com' } } }) ... HTML v-bind 綁定參數"href" 為變數url,等於下面的app.url v-on…
確定! 回上一頁