Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.   name: 'app',
  2.   components: {
  3.   },
  4.   methods: {
  5.     onSubmit(event) {
  6.       if (this.username && this.username !== '') {
  7.         //bus emit
  8.       }
  9.     },
  10.   },
  11.   data () {
  12.     return {
  13.       username: ''
  14.     }
  15.   }