@falcondev-oss/nuxt-layers-base 0.32.0 → 0.32.1
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.
|
@@ -39,7 +39,6 @@ const config = useRuntimeConfig()
|
|
|
39
39
|
v-bind="sidebar"
|
|
40
40
|
class="bg-white"
|
|
41
41
|
mode="drawer"
|
|
42
|
-
:default-size="16"
|
|
43
42
|
collapsible
|
|
44
43
|
:ui="{
|
|
45
44
|
...sidebar?.ui,
|
|
@@ -104,10 +103,6 @@ const config = useRuntimeConfig()
|
|
|
104
103
|
</template>
|
|
105
104
|
</UDashboardSidebar>
|
|
106
105
|
|
|
107
|
-
<
|
|
108
|
-
<Suspense>
|
|
109
|
-
<slot />
|
|
110
|
-
</Suspense>
|
|
111
|
-
</div>
|
|
106
|
+
<slot />
|
|
112
107
|
</UDashboardGroup>
|
|
113
108
|
</template>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@falcondev-oss/nuxt-layers-base",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.32.
|
|
4
|
+
"version": "0.32.1",
|
|
5
5
|
"description": "Nuxt layer with lots of useful helpers and @nuxt/ui components",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "github:falcondev-oss/nuxt-layers",
|