EGOIST

Results 413 comments of EGOIST

I'm not entirely sure so at least I think it's fine to allow overriding `targets` in `test` env. https://github.com/vuejs/babel-preset-vue-app/pull/13

Maybe we should just deprecate this package.

@nickmessing it seems more and more devs are using typescript with Vue now, isn't it better to support it out of the box 🤔

hmm true 😅 so this is indeed not that much required

You can use `key` attribute to avoid this.

> Not sure how I missed this, although it does seem a little bit redundant if the `content` could be used for this purpose? yeah that seems like a good...

You can use `children` property instead, but yeah I think it's good to add `content` too since vue-meta is using it too.

there's already a simple example: https://github.com/vueuse/head#server-side-rendering call `renderHeadToString` after `renderToString`

should continue to make a normal attribute if the value is a string so `onload: "console.log('loaded')"` will still work

> Big Question: how we can add event listeners to server-side rendered scripts on hydration? there's no need to server-side render the `` component I guess