Audio attachments
And touch events for mobile quick reactions.
This commit is contained in:
parent
3ad4083312
commit
a19082e2ea
10 changed files with 1324 additions and 1172 deletions
|
|
@ -7,9 +7,11 @@ import matrix from './services/matrix.service'
|
|||
import 'roboto-fontface/css/roboto/roboto-fontface.css'
|
||||
import 'material-design-icons-iconfont/dist/material-design-icons.css'
|
||||
import VEmojiPicker from 'v-emoji-picker';
|
||||
import VueMobileEvent from 'vue-mobile-event';
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(VueMobileEvent);
|
||||
Vue.use(VEmojiPicker);
|
||||
Vue.use(matrix, {store: store});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue