Maybe this time I will actually not give up on Mastodon after 4 days.
| Personal | https://athlon.pw |
| GitHub | https://github.com/Athlon007 |
| Personal | https://athlon.pw |
| GitHub | https://github.com/Athlon007 |
Well, someone said the quiet thing out loud...
Fun fact of the day:
In Vue.JS, if (for testing purposes) you want to hide an element WITHOUT commenting it out, the `v-show="false"` won't work.
But `v-show="!true"` works fine.