dsvgl

Results 17 comments of dsvgl

> In order to build a component library/plugin for both `Vue2` and `Vue3` you could either publish plain `Vue` files or build your library seperately for `Vue2` and `Vue3`. It...

@jclaessens97 ok. I have the same use case :) Do you have a repo to look into? Or maybe we could have a chat on discord, so we don't pollute...

Hey Yosuke, thx for your reply! > If you want to check it in a vue/no-ref-as-operand rule, I think we should add options to rule to let it know how...

Hey again, is there some kind of roadmap when this will be tackled?

Just came across this. Deleting the `.nuxt` folder fixed it for me! Edit: it did not. But going from `"nuxt": "npm:nuxt3@latest"` to `"nuxt": "3.0.0-rc.2"` seems to work

Someone made a lazy hydration library for Vue 3 🎉 https://github.com/freddy38510/vue3-lazy-hydration Tested it with a nuxt 3 app -> works great!

Could you please provide a minimal reproduction? thx 🙏🏻

related: https://github.com/nuxt/nuxt/issues/18376

This already exists: https://nuxt.com/docs/guide/directory-structure/components#server-components

Ah, I see. We use https://github.com/freddy38510/vue3-lazy-hydration for such things. So you can wrap your time output in template with: ```vue {{ new Date() }} ``` Having no lazy-hydration specific prop...