1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-21 01:59:01 +09:00
cherrypick/src/web/app/desktop/views/components/index.ts

8 lines
143 B
TypeScript
Raw Normal View History

2018-02-10 14:56:33 +09:00
import Vue from 'vue';
import ui from './ui.vue';
2018-02-11 13:02:35 +09:00
import home from './home.vue';
2018-02-10 14:56:33 +09:00
Vue.component('mk-ui', ui);
2018-02-11 13:02:35 +09:00
Vue.component('mk-home', home);