vueless 1.2.3-beta.0 → 1.2.3-beta.2

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": "1.2.3-beta.0",
3
+ "version": "1.2.3-beta.2",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -178,7 +178,7 @@ const {
178
178
  />
179
179
  </UButton>
180
180
 
181
- <div v-if="readonly" v-bind="counterTextAttrs" v-text="count" />
181
+ <div v-if="props.readonly" v-bind="counterTextAttrs" v-text="count" />
182
182
 
183
183
  <UInputNumber
184
184
  v-else