But seriously, this is a breaking UX bug. I stopped clicking cause of it.
.gradient-button {
position: fixed;
bottom: 2rem;
}BTW: vue.js is amazing!
I mean, how much simpler could you get? Every UI element is a component, you pass data and event handlers down via props and events up.
The only other approach I found, that had less concepts, were the observables in Cycle.js, where basically everything is an observable.
that's like, almost two and a half hours