Mike Laumann Bellika

Results 17 comments of Mike Laumann Bellika

> yes - that would be great! > > note #272... Very nice update! Looking at this again, I'm not sure which options this issue is referring to. Looking at...

Managed to get it working based on these docs: https://test-utils.vuejs.org/api/#global-mocks I have this plugin ```typescript // plugins/hasFeature.ts export default defineNuxtPlugin(() => { const { hasFeature } = useAuth() return {...

> I thought the RouterLink component was already accepting the allowed props but maybe not. @posva Just tried adding `AnchorHTMLAttributes` to `$props` in RouterLink.ts: https://github.com/vuejs/router/blob/8e387338c40cd0d68fc02f8ee8fb83d6a3b834f0/packages/router/src/RouterLink.ts#L367-L372 ```typescript export interface _RouterLinkI {...

> @danielroe I wonder if this should be a default in Nuxt 4 compared to `automatic` 🤔 @TheAlexLichter Did you ever come to a conclusion on this? I think it...

@danielroe is this related to #1367?

> @stevenhurth Can you please confirm that you're using the latest `@unovis/ts` and `@unovis/vue` versions (1.4.4)? @rokotyan I can confirm it's still an issue with 1.4.4 (and 1.5 beta). Here's...

> I can't reproduce this and never saw this before. Please provide a step by step repro so I can look into this. @folke Managed to get a reproduction. I...