Sometimes in Vue, you need to access a DOM element. ... export default { mounted: function() { console.log(this.$ref.myButton); }.
確定! 回上一頁