Skip to content

Commit

Permalink
fix: add disabled option to noUiSlider field
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 23, 2016
1 parent 91f9317 commit 6d10687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/fieldNoUiSlider.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template lang="jade">
div.slider
div.slider(:disabled="disabled")
</template>

<script>
Expand Down

0 comments on commit 6d10687

Please sign in to comment.