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
✘ http://eslint.org/docs/rules/no-undef 'alertify' is not defined
/opt/mywork/html/csplayer/src/views/Login.vue:73:11
alertify.delay(1000).error(respMsg)
^
Steps to reproduce the behavior
I install alertify.js by add it to my package.json: "alertify.js": "^1.0.12",
and in my template using: alertify.delay(1000).error(respMsg)
The text was updated successfully, but these errors were encountered:
Error
✘ http://eslint.org/docs/rules/no-undef 'alertify' is not defined
/opt/mywork/html/csplayer/src/views/Login.vue:73:11
alertify.delay(1000).error(respMsg)
^
Steps to reproduce the behavior
I install alertify.js by add it to my package.json:
"alertify.js": "^1.0.12",
and in my template using:
alertify.delay(1000).error(respMsg)
The text was updated successfully, but these errors were encountered: