You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const action = target.dataset.action || target.parentNode.dataset.action;
这一行会出现下面的异常,在IE10下
Unable to get property 'action' of undefined or null reference
The text was updated successfully, but these errors were encountered:
const action = target.dataset.action || target.parentNode.dataset.action;
这一行会出现下面的异常,在IE10下
Unable to get property 'action' of undefined or null reference
The text was updated successfully, but these errors were encountered: