vue-ssr-computed Demo for Vue 3 issue Usage $ yarn ... installs dependencies ... $ node index.js <div></div> # compare to 3.2.26 $ yarn add [email protected] ... installs previous vue version ... $ node index.js <div>hello world</div> Notes Possibly introduced by this commit