Browse Source

Commit 2021-02-25 09:27

zry 3 years ago
parent
commit
a61034fbca
1 changed files with 5 additions and 3 deletions
  1. 5 3
      index.js

+ 5 - 3
index.js

@@ -1,8 +1,10 @@
 import XtermVue from './XtermVue.vue'
 
-
 export default {
     install(Vue, options){
         Vue.component("xterm-vue", XtermVue)
-    }
-}
+    },
+    XtermVue: XtermVue
+}
+
+export { XtermVue }