Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 6 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | Nova.booting((Vue, router) => { |
||
2 | // Load components |
||
3 | Vue.component('notification-feed', require('./components/NotificationFeed')) |
||
4 | Vue.component('notifications-panel', require('./components/NotificationsPanel')) |
||
5 | Vue.component('notification-message', require('./components/NotificationMessage')) |
||
6 | }) |
||
7 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.