Vue.component('my-button', { template: '\ <button class="normal"\ :class="type"\ :disabled="disabled"\ @click="callback($event)"\ >\ <slot></slot>\ ...
確定! 回上一頁