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