vueless 1.2.8-beta.8 → 1.2.8-beta.9

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.8-beta.8",
3
+ "version": "1.2.8-beta.9",
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",
@@ -170,7 +170,7 @@ const {
170
170
  subtractIconAttrs,
171
171
  addButtonAttrs,
172
172
  addIconAttrs,
173
- } = useUI<Config>(defaultConfig);
173
+ } = useUI<Config>(defaultConfig, undefined, "counterInput");
174
174
  </script>
175
175
 
176
176
  <template>