import Vue from 'vue'; import DataService from '../services/data'; const internals = {}; export default Vue.component('posts', { template: '
' + '' + '
Waiting
' + '
Could not read you
' + '
{{winner}}
' + '
' + '
', data: DataService.data });