Hello am I missing something with my vue-slider?
I have a separate single file component with the following options. However the only thing that is being read is the value option.
`
Nevermind I found that in the live example on JSFiddle i need to bind to :options. This was not clear upon initial quick start documentation or the github page.
This is the basic usage of the vue framework. (Related issuse #152 )
v-bind="options" and :options are different, :options is equivalent to v-bind:options.