Harlan Wilton

Results 295 comments of Harlan Wilton

The issue isn't stale (https://github.com/vueuse/head/issues/75), the PR is though as it hasn't been updated since July without any progress towards merging it.

Thanks for the details @ffxsam, would you mind sharing this code snippet in the issue https://github.com/vueuse/head/issues/75, it will be helpful when I attempt to fix it.

You'll need to tell webpack to transpile that file, Vue CLI provides a config for it https://cli.vuejs.org/config/#transpiledependencies This _might_ work ``` transpileDependencies: ['@vueuse/head'], ```

Can you provide a reproduction @saiyaff? Otherwise, I'd recommend migrating to the latest recommended scaffolding https://vuejs.org/guide/scaling-up/tooling.html#project-scaffolding Also please make a new issue as the solution I provided above should work...

This is resolved https://github.com/vueuse/head/commit/200f1ca1417a13a265bee45289a84ad31cf87d2b

Given that most people have adopted this package using the `children` prop, I don't think it's worth creating an alias prop of `content`. Will close this off, but feel free...

Issue seems stale, going to close. Please re-open if you're still stuck and would like some help.

Can you please provide a proper reproduction? Thanks

Confirming this is still an issue. Seems like a reactivity problem with computed

Possibly related https://github.com/vueuse/head/issues/75