wip
This commit is contained in:
parent
e98626dbbc
commit
b5068aae05
14 changed files with 102 additions and 126 deletions
|
|
@ -67,6 +67,16 @@ export default class MiOS extends EventEmitter {
|
|||
|
||||
private isMetaFetching = false;
|
||||
|
||||
public app: Vue;
|
||||
|
||||
public new(vm, props) {
|
||||
const w = new vm({
|
||||
parent: this.app,
|
||||
propsData: props
|
||||
}).$mount();
|
||||
document.body.appendChild(w.$el);
|
||||
}
|
||||
|
||||
/**
|
||||
* A signing user
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue