Open sparkyspider opened 4 years ago
I’ve already upgraded Vue locally. The server can’t pick up hash url fragments they’re client only.
Thank you for upgrading. I assume this will go up in your next push. What about this?
If (user == logged in && user = developer / owner) serve dev else serve prod?
I think we're using pre-release versions of Vue and VueX. We should upgrade.
Vue 3 has development and production optimised versions. We really should look at using the production optimised versions when the user is not in edit mode. @maoberlehner please comment.
Obviously we cannot "hotswap" Vue. All I can imaging is that when they add #edit and hit refresh that the server picks up the #edit (can it) and then renders the development version.