Enzo Innocenzi

Results 101 comments of Enzo Innocenzi

It seems like if I use `useHead` directly, I do get my graph generated: ```ts useHead({ script: [ { type: 'application/ld+json', id: 'schema-org-graph', key: 'schema-org-graph', // @ts-expect-error runtime type nodes:...

Your first suggestion is fine by me The "problem" is not an actual problem, it's just quality of life, in my list of all 10 Vue plugins, this is the...

That issue happens when using [Doll](https://github.com/xiaogdgenuine/Doll) too

For the record, [this PR](https://github.com/spatie/typescript-transformer/pull/30) needs to be merged first, then [this PR](https://github.com/spatie/laravel-typescript-transformer/pull/15), and finally this one.

Fantastic news! Thank you very much for advancing on this topic. Looking forward to what you'll come up with regarding your experiments, and in the meantime the class attribute will...

I just realized, when trying to upgrade to this PR from my workaround, that the `#[Optional]` attribute makes all attributes optional, instead of just nullable ones... which really is not...

> We're holding off on the rest because in the coming months we're planning to experiment wit data objects setups with optional properties and more, and don't want to rush...

Is there a way to get this in VueUse v10?