From 482c86a25a68a20ca950d0dc5fa8a1e00bde6783 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Feb 2018 06:29:21 +0900 Subject: :v: --- src/web/app/mobile/views/components/index.ts | 2 + .../mobile/views/components/widgets/profile.vue | 62 ++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 src/web/app/mobile/views/components/widgets/profile.vue (limited to 'src/web/app/mobile') diff --git a/src/web/app/mobile/views/components/index.ts b/src/web/app/mobile/views/components/index.ts index d372f22332..ea2349802b 100644 --- a/src/web/app/mobile/views/components/index.ts +++ b/src/web/app/mobile/views/components/index.ts @@ -23,6 +23,7 @@ import widgetContainer from './widget-container.vue'; //#region widgets import wActivity from './widgets/activity.vue'; +import wProfile from './widgets/profile.vue'; //#endregion Vue.component('mk-ui', ui); @@ -48,4 +49,5 @@ Vue.component('mk-widget-container', widgetContainer); //#region widgets Vue.component('mkw-activity', wActivity); +Vue.component('mkw-profile', wProfile); //#endregion diff --git a/src/web/app/mobile/views/components/widgets/profile.vue b/src/web/app/mobile/views/components/widgets/profile.vue new file mode 100644 index 0000000000..9336068e57 --- /dev/null +++ b/src/web/app/mobile/views/components/widgets/profile.vue @@ -0,0 +1,62 @@ + + + + + -- cgit v1.2.3-freya