1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-18 00:28:16 +09:00
hotomoe/src/web/app/mobile/views/components/index.ts

6 lines
80 B
TypeScript
Raw Normal View History

2018-02-22 02:37:04 +09:00
import Vue from 'vue';
import ui from './ui.vue';
Vue.component('mk-ui', ui);