TangSY / vue-hash-calendar

vue移动端日期、时间选择插件(支持农历/节假日),日期选择面板以日历形式展示。上下滑动切换周/月模式。支持快速切换年份和月份。支持两种模式:1,月模式,左右滑动切换月份。2、周模式,左右滑动切换周。
https://www.hxkj.vip/demo/calendar/
MIT License
315 stars 75 forks source link

引入运行提示getComputedStyle报错 #135

Closed biggoose-7 closed 4 weeks ago

biggoose-7 commented 4 weeks ago

_this2.timeHeight = getComputedStyle(document.querySelector(".".concat(_this2.hashClass))).height || '';

代码中没有定义getComputedStyle,请问如何解决

biggoose-7 commented 4 weeks ago

已解决,在node环境中运行导致,更改了项目引用方式