Vue-slider-component: Vue Slider Component OPTIONS not working

Created on 5 Mar 2018  路  3Comments  路  Source: NightCatSama/vue-slider-component

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.

`

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexpvieira picture alexpvieira  路  4Comments

advancedlogic picture advancedlogic  路  7Comments

senner007 picture senner007  路  5Comments

yusupprog picture yusupprog  路  5Comments

creativejeff picture creativejeff  路  7Comments