Skip to content

Commit dcd3cb8

Browse files
Alexandre NédélecCopilot
andcommitted
docs: fix Nuxt UI version reference in copilot instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 63a3d4c commit dcd3cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is **TechWatching.dev**, Alexandre Nédélec's personal blog at https://techwatching.dev. It is a statically generated site built with:
66

77
- **Nuxt 4** — Vue.js meta-framework (compatibility date `2024-07-11`)
8-
- **Nuxt UI v3** (`@nuxt/ui`) — UI component library based on TailwindCSS v4
8+
- **Nuxt UI v4** (`@nuxt/ui`) — UI component library based on TailwindCSS v4
99
- **Nuxt Content v3** (`@nuxt/content`) — Markdown/YAML content management with SQLite
1010
- **TailwindCSS v4** — Utility-first CSS
1111
- **@nuxtjs/seo** — SEO, OG images, schema.org, sitemap
@@ -142,9 +142,9 @@ Activate additional tool groups as needed:
142142
- How do I deploy to Netlify/Vercel?
143143
- How do I create API routes in Nuxt?
144144

145-
## Nuxt UI v3 Styling Guidelines
145+
## Nuxt UI v4 Styling Guidelines
146146

147-
When customizing Nuxt UI v3 components:
147+
When customizing Nuxt UI v4 components:
148148

149149
### Use the `ui` prop for styling
150150
Do NOT use `class` to style internal parts of components. Instead, use the `ui` prop with slot names:

0 commit comments

Comments
 (0)