Max
Max
May be that will work ``` constructor( a: OptionBuilder, b: any, // @Inject(UserStore) // private userStore: UserStore ) { super(a, b) } ``` OptionBuilder is declared locally
> [unhandledRejection] Unexpected character '@' if I add ``` @Setup(() => definePageMeta({ layout: 'admin' })) _layout!: never ``` commented or uncommented Use with nuxt.
Ahaha setup() return property "_layout" should not start with "$" or "_" which are reserved prefixes for Vue internals.
Romanian version of the nuxt.com only main pages at the moment https://github.com/Makkalay/nuxt.com
https://github.com/vuetifyjs/vuetify/issues/20747
> That looks like something wrong with your libvips for nuxt/image, not vuetify. https://github.com/vuetifyjs/vuetify/issues/20747#issuecomment-2508941360
[{ name: 'mdi'}, { name: 'custom', ???????????????}
Object literal may only specify known properties, and 'aliases' does not exist in type 'IconsOptions'.
``` interface IconsOptions { /** * @default 'mdi' */ defaultSet: IconSetName; /** * The prefix for UnoCSS Preset Icons. * * @default 'i-' */ unocssIconPrefix?: string; /** * Override the...
I get that pinia is not defined if extend, may be because use inversify?