meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
898 stars 111 forks source link

Refactor vue-ssr, switch to maintained fast-render #407

Closed chris-visser closed 4 years ago

chris-visser commented 4 years ago

This PR fixes a console warning by switching to the maintained cloudspider:fast-render. It also improves some of the code to become more conform the latest code standards

mrauhu commented 4 years ago

@chris-visser, @abecks merged the deprecation warning fix https://github.com/abecks/meteor-fast-render/pull/34 for staringatlights:fast-render.

chris-visser commented 4 years ago

@mrauhu awesome! Shall I close this one then?

mrauhu commented 4 years ago

@chris-visser yes, please.

mrauhu commented 4 years ago

@chris-visser I forgot to mention, you need to update the staringatlights:fast-render version in the akryum:vue-ssr package.

chris-visser commented 4 years ago

Thanks for mentioning. Sorry. Have been busy working on some stuff. Thanks for the PR!