ciril.tr

Results 16 comments of ciril.tr

> I don't think Svelte can honestly say it has TS support until TS works in templates too. Introducing additional type assertions into the script section to workaround this issue...

Just bought the software and this is the first issue I encounter in 30 seconds of using it... I'm sorry but it's 2023 and this is long overdue. I regret...

Try adding this in you layer's `nuxt.config.ts` ```ts export default defineNuxtConfig({ components: [ // Add this to make global icons work https://nuxt.com/modules/icon#vue-component { path: resolve('./components/global'), prefix: '', global: true },...

Interesting... this happened to me when I upgraded to [email protected] from [email protected] (the only dependency I upgraded)

Update 4. aug. 2024: Managed to reproduce the issue, updated the reproduction link. Please help. Update 3. aug. 2024: the issue still appears. After clearing my .nuxt folder, it came...

> Since `hover:text-{color}-100` class doesn't exist, you need to safelist this class like we do here for example: https://github.com/nuxt/ui/blob/8d9b89dec7a82fab1379af0d7e7f237735ef3454/src/runtime/utils/colors.ts#L63 > > > > You can read more about this here:...

How do you reproduce this with stackblitz? As far as I've tried there are no type hints on stackblitz with nuxt(vue). Not only that, I can't even get i18n to...

@BobbieGoede So how do you get type support with useLocaleRoute if for example you have a page in `/pages/foo/[slug].vue`? ... Only this works, but nowhere did I get any hints...

Same problem here, great suggestion