Parcourir la source

Commit 2021-02-25 09:27

zry il y a 3 ans
Parent
commit
a61034fbca
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  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 }