Vue component props without value Vue component props without value vue.js vue.js

Vue component props without value


The key is to declare type of the prop as Boolean:

props: {    primary: Boolean}

Then specifying only attribute name makes its value set to true.

Working JSFiddle: https://jsfiddle.net/LukaszWiktor/gfa7gkdb/