Questions tagged [vuikit]

Vuikit is a collection of VueJS components built on top of the UIkit framework.

While it is possible to use UIkit by its own when building Vue components, you may find yourself relying on too many dependencies and building a wrapper to fill the missing logic gap. Vuikit solves all that by providing Vue native components outputting UIkit layout.

Project page: https://github.com/vuikit/vuikit

6 questions
1
vote
1 answer

Vue on:click doesn't work on vuikit icon

How to listen a click on a vuikit icon ? So this is how we are supposed to listen for a native click event Vue v-on:click does not work on component but that doesn't seem to work for the icons in https://vuikit.js.org/ has anyone faced this?…
code4jhon
  • 5,725
  • 9
  • 40
  • 60
1
vote
2 answers

Vuejs component click event not working

I am using Vuejs - Vuikit components and have the following setup: