vueless 1.3.6-beta.10 → 1.3.6-beta.11

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.3.6-beta.10",
3
+ "version": "1.3.6-beta.11",
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",
@@ -294,7 +294,7 @@ const {
294
294
  titleFallbackAttrs,
295
295
  closeButtonAttrs,
296
296
  closeIconAttrs,
297
- } = useUI<Config>(defaultConfig);
297
+ } = useUI<Config>(defaultConfig, undefined, "drawer");
298
298
  </script>
299
299
 
300
300
  <template>