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

6 lines
80 B
TypeScript
Raw Normal View History

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