整理した
This commit is contained in:
7
src/client/app/mobile/views/widgets/index.ts
Normal file
7
src/client/app/mobile/views/widgets/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
import wActivity from './activity.vue';
|
||||
import wProfile from './profile.vue';
|
||||
|
||||
Vue.component('mkw-activity', wActivity);
|
||||
Vue.component('mkw-profile', wProfile);
|
||||
Reference in New Issue
Block a user