Vue.component('base-input', { template: `<div> I am a input component. <input ref="input"></input> </div>`, methods: { focus: function() { this.$refs.input.
確定! 回上一頁