日志:
[Vue warn]: Unknown custom element: <nuxt> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render
CodeSandbox: https://codesandbox.io/embed/github/mtltechtemp/csb/tree/master/
设置:
yarn
express
和yarn
yarn build && yarn start
localhost:3000
我尝试了所有可以在万维网上找到的内容,但我无法使其正常工作。
我做错了什么?