vuejs/vue-hackernews-2.0

Attribute (data-server-rendered="true") missing

cian6390 opened this issue · 3 comments

I check the Live Demo, and I found
the dom of (id-#app) missed attribute data-server-rendered="true"
does it means hybrid failed ?

I have the same problem, the server output has the attribute data-server-rendered="true", but after the client re render the attribute data-server-rendered="true" missed.

lol.. it does have, though what I guess is you are looking for it in the inspector window. rather you must see it in the view-source. :)

lol.. it does have, though what I guess is you are looking for it in the inspector window. rather you must see it in the view-source. :)

nm … did you mean I need check page raw network response and the element tree will remove the attribute after hybrid ?