This commit is contained in:
syuilo 2019-02-18 00:49:34 +09:00
parent 87b0017386
commit b9f549135c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -3,7 +3,7 @@
<span slot="header"><span style="margin-right:4px;"><fa :icon="faHashtag"/></span>{{ $t('@.explore') }}</span> <span slot="header"><span style="margin-right:4px;"><fa :icon="faHashtag"/></span>{{ $t('@.explore') }}</span>
<main> <main>
<x-explore/> <x-explore v-bind="$attrs"/>
</main> </main>
</mk-ui> </mk-ui>
</template> </template>