vueless 0.0.496 → 0.0.497

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": "vueless",
3
- "version": "0.0.496",
3
+ "version": "0.0.497",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -558,7 +558,7 @@ function onInputCalendar(value: RangeDate) {
558
558
  <UInput
559
559
  v-if="isVariant.input"
560
560
  :id="elementId"
561
- ref="inputRef"
561
+ ref="input"
562
562
  v-model="userFormatDate"
563
563
  :size="size"
564
564
  :label="label"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.496",
4
+ "version": "0.0.497",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",