argonlaser / badgeit-front

Front service for badgeit
http://badgeit.today/
MIT License
0 stars 1 forks source link

Error component vue js #33

Closed argonlaser closed 7 years ago

argonlaser commented 7 years ago

In result.html, we have both the error and badges in the object {error: error, badges: [obj1, obj2]} . If error is not null, render the error component instead of dynamic object divs.

VinothCoder commented 7 years ago

fixed