Vue SSR组件加载问题

Node端渲染提示window/document没有定义业务场景首先来看一个简单的Vue组件test.vue clientHeight: {{ clientHeight }} px [removed] export default { data(){ return { } }, computed :{ clientHeight() { return document.body.clientHeight;
pdf 文件大小:72.84KB