aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 12:39:54 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 12:39:54 -0400
commitb3699a7c7cbeba3b6b777e3c414b44c21464a863 (patch)
treed95ed87c042698b0476089c5c87cdad31c4a6afc /src/components/modal
parent5eeded567579ca4c65b97729aa8d83ad52351cbb (diff)
fix eslint errors
Diffstat (limited to 'src/components/modal')
-rw-r--r--src/components/modal/modal.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js
index b9517445..02d7017a 100644
--- a/src/components/modal/modal.js
+++ b/src/components/modal/modal.js
@@ -1,5 +1,3 @@
-import Vue from 'vue'
-
const Modal = {
props: {
viewClass: {
@@ -17,4 +15,4 @@ const Modal = {
}
}
-export default Modal \ No newline at end of file
+export default Modal