fix eslint errors
This commit is contained in:
parent
5eeded5675
commit
b3699a7c7c
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
import Vue from 'vue'
|
|
||||||
|
|
||||||
const Modal = {
|
const Modal = {
|
||||||
props: {
|
props: {
|
||||||
viewClass: {
|
viewClass: {
|
||||||
|
@ -17,4 +15,4 @@ const Modal = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Modal
|
export default Modal
|
||||||
|
|
Loading…
Reference in a new issue