@kizmann/nano-ui 0.7.19 → 0.7.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -320,7 +320,7 @@ export default {
320
320
 
321
321
  return (
322
322
  <div class="n-slider__handle" {...handleProps}>
323
- <span>{ Obj.get(this.labels, value, value) }</span>
323
+ <span>{ Obj.get(this.labels, index, value) }</span>
324
324
  </div>
325
325
  );
326
326
  },