diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 00:49:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 00:49:34 +0900 |
| commit | b9f549135cab2f663cf6bd034e78537be347de6c (patch) | |
| tree | 6e9f64c037aa9005be77f32d1d2ee5b57a15bec3 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-b9f549135cab2f663cf6bd034e78537be347de6c.tar.gz sharkey-b9f549135cab2f663cf6bd034e78537be347de6c.tar.bz2 sharkey-b9f549135cab2f663cf6bd034e78537be347de6c.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/pages/explore.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/pages/explore.vue b/src/client/app/mobile/views/pages/explore.vue index 7e53924f85..2955c9a50b 100644 --- a/src/client/app/mobile/views/pages/explore.vue +++ b/src/client/app/mobile/views/pages/explore.vue @@ -3,7 +3,7 @@ <span slot="header"><span style="margin-right:4px;"><fa :icon="faHashtag"/></span>{{ $t('@.explore') }}</span> <main> - <x-explore/> + <x-explore v-bind="$attrs"/> </main> </mk-ui> </template> |