Closed
Description
Version
13.0.4
Reproduction link
https://github.com/hirokiosame/vue-test-ssr
Steps to reproduce
- Clone the ssr environment: https://github.com/hirokiosame/vue-test-ssr
npm install
&npm run dev
What is expected?
For the component to render fine in the backend and frontend.
What is actually happening?
The SSR server is going to mount this simple component: https://github.com/hirokiosame/vue-test-component/blob/master/src/TestComponent.vue
It renders fine if it's just front-end rendering, but when using server-side rendering, it breaks with a vnode mismatch error:
The server is using NUXT version 1.0.0-rc8 which uses vue-loader@13.0.4 and vue@2.4.3
The component is using vue-loader@13.0.4 (the version wasn't on the list in the form btw)
Metadata
Metadata
Assignees
Labels
No labels