Vue.component('comloading', { props: ["active"], data: function () { return { son2: this.active, } }, methods: { onChange(index) { }, }, template: ( '
' + ' 拼命加载中...' + '
' ) })