diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 18:06:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 18:06:32 +0900 |
| commit | eec84157a3d12458c83861318eda705355bfc3cd (patch) | |
| tree | 0bad71d287c25ac517f314202c04a73aafda10cc /src/web/app/mobile/views/components | |
| parent | wip (diff) | |
| download | misskey-eec84157a3d12458c83861318eda705355bfc3cd.tar.gz misskey-eec84157a3d12458c83861318eda705355bfc3cd.tar.bz2 misskey-eec84157a3d12458c83861318eda705355bfc3cd.zip | |
wip
Diffstat (limited to 'src/web/app/mobile/views/components')
| -rw-r--r-- | src/web/app/mobile/views/components/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/components/index.ts b/src/web/app/mobile/views/components/index.ts index 658cc48639..f5e4ce48f4 100644 --- a/src/web/app/mobile/views/components/index.ts +++ b/src/web/app/mobile/views/components/index.ts @@ -14,6 +14,7 @@ import postDetail from './post-detail.vue'; import followButton from './follow-button.vue'; import friendsMaker from './friends-maker.vue'; import notifications from './notifications.vue'; +import notificationPreview from './notification-preview.vue'; Vue.component('mk-ui', ui); Vue.component('mk-home', home); @@ -29,3 +30,4 @@ Vue.component('mk-post-detail', postDetail); Vue.component('mk-follow-button', followButton); Vue.component('mk-friends-maker', friendsMaker); Vue.component('mk-notifications', notifications); +Vue.component('mk-notification-preview', notificationPreview); |