export default { inject: ['sample', 'newSample'], computed: { sampleData() { return this.sample() }, newSampleData() { return this.newSample() } } }