diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-15 05:08:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-15 05:08:59 +0900 |
| commit | 53422ffcb296be404c0f3ef7e175bedecca4fb4d (patch) | |
| tree | 39cb47b43edd8b8265bb9ad48becdea2666f8881 /src/client/app/mobile/views/widgets | |
| parent | Update README.md [AUTOGEN] (#4253) (diff) | |
| download | misskey-53422ffcb296be404c0f3ef7e175bedecca4fb4d.tar.gz misskey-53422ffcb296be404c0f3ef7e175bedecca4fb4d.tar.bz2 misskey-53422ffcb296be404c0f3ef7e175bedecca4fb4d.zip | |
Improve desktop UX (#4262)
* wip
* wip
* wip
* wip
* wip
* wip
* Merge
* wip
* wip
* wip
* wip
* wip
* wip
Diffstat (limited to 'src/client/app/mobile/views/widgets')
| -rw-r--r-- | src/client/app/mobile/views/widgets/activity.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/widgets/activity.vue b/src/client/app/mobile/views/widgets/activity.vue index 4dcab8e3b5..08526416cd 100644 --- a/src/client/app/mobile/views/widgets/activity.vue +++ b/src/client/app/mobile/views/widgets/activity.vue @@ -21,7 +21,7 @@ export default define({ }).extend({ i18n: i18n(), components: { - XActivity: () => import('../components/activity.vue').then(m => m.default) + XActivity: () => import('../../../common/views/components/activity.vue').then(m => m.default) }, methods: { func() { |