Fix eslint match-component-file-name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
b659a6f2be
commit
464f75ca29
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ const Modal = {
|
|||
this.EventBus = new Vue()
|
||||
|
||||
// making our modal component global
|
||||
// eslint-disable-next-line vue/match-component-file-name
|
||||
Vue.component('ModalDialog', ModalDialog)
|
||||
|
||||
// exposing global $modal object with method show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue