parent
8fffa47e75
commit
5645e32cf0
4 changed files with 130 additions and 2 deletions
|
|
@ -10,12 +10,14 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css'
|
|||
import VEmojiPicker from 'v-emoji-picker';
|
||||
import VueResize from 'vue-resize';
|
||||
import 'vue-resize/dist/vue-resize.css';
|
||||
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(VueResize);
|
||||
Vue.use(VEmojiPicker);
|
||||
Vue.use(matrix, {store: store});
|
||||
Vue.use(VueClipboard);
|
||||
|
||||
// Add bubble functionality to custom events.
|
||||
// From here: https://stackoverflow.com/questions/41993508/vuejs-bubbling-custom-events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue