vpn integration
This commit is contained in:
@@ -4,5 +4,9 @@ import Ws from "./ws";
|
||||
import QtWC from "./qtwebchannel.js"
|
||||
|
||||
export function createVue(component, dom_id){
|
||||
return createApp(component).use(Vuetify).use(Ws).use(QtWC).mount(dom_id)
|
||||
return createApp(component)
|
||||
.use(Vuetify)
|
||||
.use(Ws)
|
||||
.use(QtWC)
|
||||
.mount(dom_id)
|
||||
}
|
||||
Reference in New Issue
Block a user