如何更新 material design lite 徽章数量

How to update material design lite badge count

如何更新 javascript 中 Material Design Lite 徽章的数据徽章计数?例如,从数据库中获取通知后通知徽章上的新通知计数。

在Javascript中找到了解决方案:

let element = document.getElementById("#yourBadgeId");

element.setAttribute("data-badge" , yourValue);

确保在 html 脚本中,mdl 徽章标签不应包含 data-badge 属性