patriktoth67

Results 9 comments of patriktoth67

The example in the docs found here has this issue as well for easier reproduction: https://ui.nuxt.com/components/table#with-slots ```vue import type { TableColumn, DropdownMenuItem } from '@nuxt/ui' interface User { id: number...

Same issue here, only setting a key solves it for now.

Hello! After adding this option, I still see the error popup. I can't seem to figure out what the issue is. ```vue import grapesjs from "grapesjs"; import "grapesjs/dist/css/grapes.min.css"; import grapesjsPresetNewsletter...

Ahh thank you for the quick help!:)

> Personally I "just" want to use Tailwind in my Nuxt project. Since v4 has first class Vite support, I question if a Nuxt module is still needed or what...

Can anyone help me? I changed my project, installed tailwind v3 configuring PostCSS manually. Then I run `npx @tailwindcss/upgrade@next` changed to this in nuxt.config.ts: ```ts css: ["~/assets/css/main.css"], postcss: { plugins:...

Actually nevermind, I found out I cannot even upgrade yet, becouse Nuxt UI pro v3 is not yet finished and we are heavily using it.

I'm afraid after trying this PR (https://github.com/nitrojs/nitro/pull/3810) , the issue still persists. Here is a reproduction for it: https://github.com/patriktoth67/Route-TS-Issue The first `vue` file whichever you open from `app\pages\numbers\` after `yarn...