You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -161,7 +225,7 @@ export function createVuetify0Service () {
161
225
content: [
162
226
{
163
227
type: 'text',
164
-
text: `# @vuetify/v0 Composables\n\nVuetify0 provides 37 tree-shakeable composables organized into 7 categories:\n\n${categories}\n\n**Note**: Vuetify0 is currently in Pre-Alpha. Features may not function as expected.\n\n**Documentation**: https://0.vuetifyjs.com/composables`,
228
+
text: `# @vuetify/v0 Composables\n\nVuetify0 provides 39 tree-shakeable composables organized into 7 categories:\n\n${categories}\n\n**Note**: Vuetify0 is currently in Pre-Alpha. Features may not function as expected.\n\n**Documentation**: https://0.vuetifyjs.com/composables`,
165
229
}asconst,
166
230
],
167
231
}
@@ -176,7 +240,7 @@ export function createVuetify0Service () {
176
240
content: [
177
241
{
178
242
type: 'text',
179
-
text: `# @vuetify/v0 Components\n\nVuetify0 provides 10 headless components (unstyled, logic-only building blocks):\n\n${components}\n\n**Note**: These are headless components - they provide only logic and state without imposed styling.\n\n**Documentation**: https://0.vuetifyjs.com/components`,
243
+
text: `# @vuetify/v0 Components\n\nVuetify0 provides 13 headless components (unstyled, logic-only building blocks):\n\n${components}\n\n**Note**: These are headless components - they provide only logic and state without imposed styling.\n\n**Documentation**: https://0.vuetifyjs.com/components`,
180
244
}asconst,
181
245
],
182
246
}
@@ -264,5 +328,26 @@ export function createVuetify0Service () {
0 commit comments