export default { props: { loadingfather: Object }, template: `
`, mounted: function () { console.log(this.loadingfather) }, }