vue-lazy-hydration icon indicating copy to clipboard operation
vue-lazy-hydration copied to clipboard

Lazy Hydration of Server-Side Rendered Vue.js Components

Results 63 vue-lazy-hydration issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

It would be cool if you could have a parameter to set if you want to "disable" lazy hydration. E.g.: I work with dynamic user defined components, and sometimes I'd...

I have a component with several v-if v-else-ifs and some other logic in there, but at the end it only exposes one single root element. due to the check of...

this happens only when using the wrapper functions for hydration and not by using a tag. e.g. you have a `` and CustomComponentA has `` as template. Currently only "xyz"...

This is a simplification of the changes proposed in #51, specifically [this line](https://github.com/maoberlehner/vue-lazy-hydration/pull/51/files#diff-9ee912fff619b8179fbe3c636afcbd8aR160). My use case was a scenario like this: ```vue ``` In this case, `this.$el.` is a [Comment](https://developer.mozilla.org/en-US/docs/Web/API/Comment)...

for use in typescript projects :)

help wanted
good first issue
Hacktoberfest

Using TAB to navigate the page, leads to the component receiving focus being re-rendered which removes the focus.

bug

plugin works only when build on local. when deploying to heroku plugin doesn't work, speed index looks very slow local work heroku not work

I have the following page but when i use `vue-lazy-hydration` like this: ``` ``` The following error happens: ``` [Vue warn]: Property "$listeners" was accessed during render but is not...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies