import App from 'public/app'; import AStatistics from './statistics.vue'; export default { ...App, components: {...App.components, AStatistics}, }