wip
This commit is contained in:
parent
29b1541a8e
commit
08ee9e4eaf
14 changed files with 193 additions and 29 deletions
5
src/web/app/desktop/views/components/index.ts
Normal file
5
src/web/app/desktop/views/components/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
import ui from './ui.vue';
|
||||
|
||||
Vue.component('mk-ui', ui);
|
||||
Loading…
Add table
Add a link
Reference in a new issue