Lil'Fat Nugget
Lil'Fat Nugget
NNuxt
Created by Lil'Fat Nugget on 4/1/2025 in #❓・help
Monorepo using Nuxt/UI and TS ( + Vite)
I've suddenly gotten this error while building and I have no idea why this file gets compiled without TS. The source file has this, but it gets removed somehow? I'm noticing I'm lacking the knowledge to fix this and I figure it can't be an issue of Nuxt/UI since I've seen no reports about this. https://github.com/nuxt/ui/blame/v2.21.1/src/runtime/components/data/Table.vue ERROR(vue-tsc) Type annotations can only be used in TypeScript files. FILE /home/***/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@nuxt/ui/dist/runtime/components/data/Table.vue:96:129 94 | </td> 95 | <td v-for="(column, subIndex) in columns" :key="subIndex" :class="[ui.td.base, ui.td.padding, ui.td.color, ui.td.font, ui.td.size, column?.rowClass, row[column.key]?.class, column.key === 'select' && ui.checkbox.padding]">
96 | <slot v-if="modelValue && column.key === 'select' " name="select-data" :checked="isSelected(row)" :change="(ev: boolean) => onChangeCheckbox(ev, row)">
| ^^^^^^^ 97 | <UCheckbox 98 | :model-value="isSelected(row)" 99 | v-bind="ui.default.checkbox" Lmk if it's something obvious or if I need to make a sandbox to reproduce it somehow.
5 replies