Add matrix service to $matrix and move room handling to that
This commit is contained in:
parent
2ca7dd3655
commit
c88931e00c
7 changed files with 239 additions and 213 deletions
|
|
@ -9,6 +9,8 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css'
|
|||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(matrix, {store: store});
|
||||
|
||||
new Vue({
|
||||
vuetify,
|
||||
router,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue