Closed TrickerPan closed 4 years ago
❌Open a page with this component from client, the component can's display. ⭕️Reload this page, the component display.
So, when we opent the page whice has this component, if from server-side-render, it works, if from client(router), it didn't work.
U can solve this problem in a very simple way. Just move the code in the 'load' event to Vue updated method.
❌Open a page with this component from client, the component can's display. ⭕️Reload this page, the component display.