inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.1k stars 767 forks source link

Avoid depending on '@vue/server-renderer' explicitly #172

Closed xieyuheng closed 2 years ago

xieyuheng commented 2 years ago

In new version of vue we can import renderToString from vue/server-renderer instead of @vue/server-renderer.

xieyuheng commented 2 years ago

We do not have to keep their versions match anymore ~