vue3-time-duration 0.0.9 → 0.1.0

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,6 @@ npm install --save vue3-time-duration
13
13
  ```html
14
14
  <template>
15
15
  <div>
16
- <!-- INPUTS -->
17
16
  <vue3-time-duration v-model="duration" />
18
17
  </div>
19
18
  </template>
@@ -28,7 +27,6 @@ npm install --save vue3-time-duration
28
27
 
29
28
  data() {
30
29
  return {
31
- // Phone
32
30
  duration: {
33
31
  start: "10:00",
34
32
  end: "10:05"
@@ -50,7 +48,6 @@ npm install --save vue3-time-duration
50
48
 
51
49
  <template>
52
50
  <div>
53
- <!-- INPUTS -->
54
51
  <vue3-time-duration v-model="duration" />
55
52
  </div>
56
53
  </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue3-time-duration",
3
3
  "description": "UI Widget to set a time duration. This is a component for vue 3",
4
- "version": "0.0.9",
4
+ "version": "0.1.0",
5
5
  "private": false,
6
6
  "author": "Egor Lentarev",
7
7
  "license": "MIT",