vue3-time-duration 0.2.2 → 0.2.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install --save vue3-time-duration
13
13
  ```html
14
14
  <template>
15
15
  <div>
16
- <UiWidgetWorkingTime :init-start="start" :init-end="end" v-on:duration="onHandleDuration" />
16
+ <vue3-time-duration :init-start="start" :init-end="end" v-on:duration="onHandleDuration" />
17
17
  </div>
18
18
  </template>
19
19
 
@@ -72,7 +72,7 @@ npm install --save vue3-time-duration
72
72
 
73
73
  <template>
74
74
  <div>
75
- <UiWidgetWorkingTime :init-start="start" :init-end="end" v-on:duration="onHandleDuration" />
75
+ <vue3-time-duration :init-start="start" :init-end="end" v-on:duration="onHandleDuration" />
76
76
  </div>
77
77
  </template>
78
78
  ```
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.2.2",
4
+ "version": "0.2.3",
5
5
  "private": false,
6
6
  "author": "Egor Lentarev",
7
7
  "license": "MIT",