chore: rename nuxt.js to nuxt
This commit is contained in:
parent
a1faecc7d2
commit
cafaac9b1b
|
|
@ -44,7 +44,7 @@ import {
|
|||
const frameworks = [
|
||||
{ value: 'next.js', label: 'Next.js' },
|
||||
{ value: 'sveltekit', label: 'SvelteKit' },
|
||||
{ value: 'nuxt.js', label: 'Nuxt.js' },
|
||||
{ value: 'nuxt', label: 'Nuxt' },
|
||||
{ value: 'remix', label: 'Remix' },
|
||||
{ value: 'astro', label: 'Astro' },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ Start by creating the following file structure:
|
|||
└── app.vue
|
||||
```
|
||||
|
||||
I'm using a Nuxt.js example here but this works for any other Vue framework.
|
||||
I'm using a Nuxt example here but this works for any other Vue framework.
|
||||
|
||||
- `columns.ts` It will contain our column definitions.
|
||||
- `data-table.vue` It will contain our `<DataTable />` component.
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ import {
|
|||
|
||||
### Link Component
|
||||
|
||||
When using the Nuxt.js `<NuxtLink />` component, you can use `navigationMenuTriggerStyle()` to apply the correct styles to the trigger.
|
||||
When using the Nuxt `<NuxtLink />` component, you can use `navigationMenuTriggerStyle()` to apply the correct styles to the trigger.
|
||||
|
||||
```ts
|
||||
import { navigationMenuTriggerStyle } from '@/components/ui/navigation-menu'
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import { Button } from '@/lib/registry/default/ui/button'
|
|||
</SelectTrigger>
|
||||
<SelectContent position="popper">
|
||||
<SelectItem value="nuxt">
|
||||
Nuxt.js
|
||||
Nuxt
|
||||
</SelectItem>
|
||||
<SelectItem value="next">
|
||||
Next.js
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import {
|
|||
Astro
|
||||
</SelectItem>
|
||||
<SelectItem value="nuxt">
|
||||
Nuxt.js
|
||||
Nuxt
|
||||
</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ import {
|
|||
const frameworks = [
|
||||
{ value: 'next.js', label: 'Next.js' },
|
||||
{ value: 'sveltekit', label: 'SvelteKit' },
|
||||
{ value: 'nuxt.js', label: 'Nuxt.js' },
|
||||
{ value: 'nuxt', label: 'Nuxt' },
|
||||
{ value: 'remix', label: 'Remix' },
|
||||
{ value: 'astro', label: 'Astro' },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { TagsInput, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInpu
|
|||
const frameworks = [
|
||||
{ value: 'next.js', label: 'Next.js' },
|
||||
{ value: 'sveltekit', label: 'SvelteKit' },
|
||||
{ value: 'nuxt.js', label: 'Nuxt.js' },
|
||||
{ value: 'nuxt', label: 'Nuxt' },
|
||||
{ value: 'remix', label: 'Remix' },
|
||||
{ value: 'astro', label: 'Astro' },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import { Button } from '@/lib/registry/new-york/ui/button'
|
|||
</SelectTrigger>
|
||||
<SelectContent position="popper">
|
||||
<SelectItem value="nuxt">
|
||||
Nuxt.js
|
||||
Nuxt
|
||||
</SelectItem>
|
||||
<SelectItem value="next">
|
||||
Next.js
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import {
|
|||
Astro
|
||||
</SelectItem>
|
||||
<SelectItem value="nuxt">
|
||||
Nuxt.js
|
||||
Nuxt
|
||||
</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ import {
|
|||
const frameworks = [
|
||||
{ value: 'next.js', label: 'Next.js' },
|
||||
{ value: 'sveltekit', label: 'SvelteKit' },
|
||||
{ value: 'nuxt.js', label: 'Nuxt.js' },
|
||||
{ value: 'nuxt', label: 'Nuxt' },
|
||||
{ value: 'remix', label: 'Remix' },
|
||||
{ value: 'astro', label: 'Astro' },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { TagsInput, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInpu
|
|||
const frameworks = [
|
||||
{ value: 'next.js', label: 'Next.js' },
|
||||
{ value: 'sveltekit', label: 'SvelteKit' },
|
||||
{ value: 'nuxt.js', label: 'Nuxt.js' },
|
||||
{ value: 'nuxt', label: 'Nuxt' },
|
||||
{ value: 'remix', label: 'Remix' },
|
||||
{ value: 'astro', label: 'Astro' },
|
||||
]
|
||||
|
|
|
|||
18203
pnpm-lock.yaml
18203
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user