Vue.component('comback', { props: ["active"], data: function () { return { son2: this.active, } }, methods: { onChange() { this.GoBack(); }, }, template: ( '