Explorar o código

Commit 2021-02-25 09:27

zry %!s(int64=3) %!d(string=hai) anos
pai
achega
a61034fbca
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  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 }