Thomas Kjærgaard

Results 9 comments of Thomas Kjærgaard

@bobmoff, Yeah you're absolutely right. We might be better of having some sort of factory which creates Observes based on the configuration settings. This does however require some rewriting of...

Hi @Atokulus, i need to run a few test to replicate. Might be because of abstract or Vue itself.

We're also facing this issue on having a case to merge the attrs. Anternative approach could be allow something like the HandlesDuplicates interface as an option? Then each property could...

@harlan-zw Nice, is for the individual attrs or du you have to eiher replace or merge all? For example, let say you got: ```js useHead({ htmlAttrs: { class: { 'foo':...

@harlan-zw The main issue that i see, is that you either merge all or nothing? Or would you call useHead multiple times depending on the strategy? ``` useHead({ htmlAttrs: {...

@harlan-zw We have cases where child-components sets html/body attrs based on visibility. Let's say you have some sort of sticky navigation that changes color based on a background (defined in...

Any workarounds on this? I've tried to use your config @huang-julien but without luck on the rc-4 release. `CompilerSsr` in `.output/chunks/server/handlers/renderer.mjs` still points to the mock resulting in the `TypeError:...

@huang-julien It worked 🙌 Thank you soo much.. I've spent way too many hours wrapping my head around this 🤯 Curious to see how you would simplify using `vueExternals` 🙂

Cool! It dosen't work though 🙂 ``` Cannot find module '[...]/.output/server/node_modules/vue/server-renderer/index.js' ``` But cool if we're able to simplify it to that amount of config 🙂