Vue.component('my-component', { data: function () { return {isVisible:true, message:'no key pressed'} }, template: '<div v-on:keyup.esc="myMethod" ...
確定! 回上一頁