kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

fix UI button - remove 'this' from @click #72

Closed rmotitsuki closed 3 months ago

rmotitsuki commented 3 months ago

Closes #71

Summary

Fixed a bug on button components causing the @click event to fail. This errors only occurs using the prod script to compile the UI.

Local Tests