Skip to content
New issue

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

'alertify' is not defined in vuejs #129

Open
JesseBlackman opened this issue Dec 9, 2016 · 1 comment
Open

'alertify' is not defined in vuejs #129

JesseBlackman opened this issue Dec 9, 2016 · 1 comment

Comments

@JesseBlackman
Copy link

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)

@suemcnab
Copy link

Have you done this?

import alertify from 'alertify.js'
Vue.use(alertify)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants