I was used some components for the project purpose, and am getting error in some components like " error: 'kendo' is not defined (no-undef) at src\components\History.vue:27:48: "
why this is happening in many times when I using the components, was am imported the import '@progress/kendo-ui' it also, whats wrong happened here.. need help.
This is the one of flowing issue registered code:
Module Warning (from ./node_modules/eslint-loader/index.js):
error: 'kendo' is not defined (no-undef) at src\components\History.vue:27:48:
25 | showStaticNotification: function() {
26 | var d = new Date();
> 27 | this.staticNotificationWidget.show(kendo.toString(d, 'HH:MM:ss'));
| ^
28 | }
29 | },
1 error found.