Migrate media thread views to composition API
This commit is contained in:
parent
77eebafb79
commit
44578048aa
22 changed files with 1144 additions and 598 deletions
|
|
@ -1374,6 +1374,7 @@ export default {
|
|||
const instance = matrixService.mount("#app2");
|
||||
app.config.globalProperties.$matrix = instance;
|
||||
app.$matrix = instance;
|
||||
app.provide("globalMatrix", instance);
|
||||
sdk.setCryptoStoreFactory(instance.createCryptoStore.bind(instance));
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue