universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease
https://universal-vue.github.io/docs/
MIT License
127 stars 13 forks source link

[breaking change] Refactoring $content.ssr #22

Closed academici closed 5 years ago

academici commented 5 years ago

Is your feature request related to a problem? Please describe. Vue using $ssrContext for storing server side data, uvue using $content.ssr. Maybe rename $content.ssr by format Vue?

yabab-dev commented 5 years ago

Well, I don't know if it's a good idea to use an undocumented property...or maybe you see some benefits to do so ?

Actually I've full controll on $context property, and this object is not subject to be modified by Vue itself.

yabab-dev commented 5 years ago

Closing, no activity