We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG描述
这个配置是不生效的
arr.forEach(ele => { let item = ele.split('-') dataStyleLists.push({ year: item[0], month: item[1], day: item[2], //文档里面写的date,不生效 class: className // 页面定义的 class,多个 class 由空格隔开 }) }) this.calendar.setDateStyle(dataStyleLists)
结果改了这里,就可以使用了
The text was updated successfully, but these errors were encountered:
treadpit
No branches or pull requests
BUG描述
这个配置是不生效的
结果改了这里,就可以使用了
The text was updated successfully, but these errors were encountered: