服务端渲染
常见问题
1、[@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead.。
使用patch-package把@vue/compiler-sfc中的以下代码注释掉即可。
/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js
// warn(
// `the >>> and /deep/ combinators have been deprecated. Use :deep() instead.`
// );
/node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js
// warn(
// `the >>> and /deep/ combinators have been deprecated. Use :deep() instead.`
// );