Closed biggoose-7 closed 4 weeks ago
_this2.timeHeight = getComputedStyle(document.querySelector(".".concat(_this2.hashClass))).height || '';
代码中没有定义getComputedStyle,请问如何解决
已解决,在node环境中运行导致,更改了项目引用方式
_this2.timeHeight = getComputedStyle(document.querySelector(".".concat(_this2.hashClass))).height || '';
代码中没有定义getComputedStyle,请问如何解决