vue3-example-ssr icon indicating copy to clipboard operation
vue3-example-ssr copied to clipboard

How to invoke vue-router

Open JeraldVictor opened this issue 4 years ago • 1 comments

Hi, first of all, This is a very good example (vue3-ssr). I added vue-router and vue-store in the project and i found error logging.

Screenshot 2021-02-12 at 1 55 36 PM

Please help to figure out this issue.

Regards Jerald.

JeraldVictor avatar Feb 12 '21 08:02 JeraldVictor

After reading the vue official SSR chapter, I find that this project lacks of the activation of client side, and it might cause this issue, so I take a try to add the activation on my own repo branch(https://github.com/zhangzhuang15/vue3-example-ssr/tree/jasonzhang-feature). I'm not sure if it could help you, but talk is too cheap, welcome to have a try !

zhangzhuang15 avatar Aug 23 '23 07:08 zhangzhuang15