alxpez / vuegg

dnd visual editor - mockups and code in one go!
https://vuegg.github.io
MIT License
2.34k stars 392 forks source link

Typo in client editor component #51

Closed laghim closed 4 years ago

laghim commented 4 years ago

Describe the bug/issue Not a bug exactly, but found typos in your client editor component MenuToggle.vue. Instead of "default", there is written "dafault". This might affect the functionality.

Screenshots

image

alxpez commented 4 years ago

Thanks for reporting @laghim! Indeed a typo, that could be affecting functionality within vuegg's interface.

Feel free to open a PR with a fix if you have time, it'd be highly appreciated. Thanks!

laghim commented 4 years ago

Hi @alxpez - I just opened a PR for this. Thank you too!