export default { props: { todo: Object, currentone: String }, template: ` `, methods:{ gogo(){ this.$emit('data-event'); } } }