ComposeUI update

This commit is contained in:
Daniel Supernault 2019-08-22 22:33:04 -06:00
parent 06078c7a85
commit 89ca18b14e
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
6 changed files with 549 additions and 10 deletions

View file

@ -0,0 +1,4 @@
Vue.component(
'compose-classic',
require('./components/ComposeClassic.vue').default
);