95% emitting e
WARNING Compiled with 1 warnings 09:25:11
✘ http://eslint.org/docs/rules/no-unused-vars 'http' is defined but never used
src/plugins/store/actions/index.js:2:8
import http from '@/plugins/axios'
^
✘ 1 problem (1 error, 0 warnings)
Errors:
1 http://eslint.org/docs/rules/no-unused-vars
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
95% emitting e
WARNING Compiled with 1 warnings 09:25:11
✘ http://eslint.org/docs/rules/no-unused-vars 'http' is defined but never used
src/plugins/store/actions/index.js:2:8
import http from '@/plugins/axios'
^
✘ 1 problem (1 error, 0 warnings)
Errors:
1 http://eslint.org/docs/rules/no-unused-vars
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.