Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
name
:
'app'
,
components
:
{
}
,
methods
:
{
onSubmit
(
event
)
{
if
(
this
.
username
&&
this
.
username
!==
''
)
{
//bus emit
}
}
,
}
,
data
(
)
{
return
{
username
:
''
}
}