@eturnity/eturnity_reusable_components 1.0.12 → 1.0.13

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -12,6 +12,7 @@
12
12
  </template>
13
13
 
14
14
  <script>
15
+ // import Slider from "@eturnity/eturnity_reusable_components/src/components/inputs/slider"
15
16
  //To use:
16
17
  // <slider
17
18
  // :value="sliderValue" //required from parent