v-range-component
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -365,3 +365,3 @@ // | ||
"div", | ||
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" }, | ||
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key }, | ||
[ | ||
@@ -368,0 +368,0 @@ _c("input", { |
@@ -368,3 +368,3 @@ var VRangeComponent = (function (exports) { | ||
"div", | ||
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" }, | ||
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key }, | ||
[ | ||
@@ -371,0 +371,0 @@ _c("input", { |
@@ -371,3 +371,3 @@ (function (global, factory) { | ||
"div", | ||
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" }, | ||
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key }, | ||
[ | ||
@@ -374,0 +374,0 @@ _c("input", { |
{ | ||
"name": "v-range-component", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Vue Range Slider component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
49824