Hacker News new | ask | show | jobs
by andrewthebold 2789 days ago
Super cool! :)

Two notes:

- The Nuxt.js code sample is the exact same as the Vue.js one — unless that's intentional

- The button icons have `cursor: default;` on them which is kind of weird because the buttons are `cursor: pointer`. Perhaps keep it consistent?

1 comments

Yes I updated the cursor css property to "inherit". Thanks :)