pinafore/src/routes/requests.html

21 wiersze
377 B
HTML
Czysty Zwykły widok Historia

<Title name="{intl.followRequests}" />
<LazyPage {pageComponent} {params} />
2018-03-16 16:18:40 +00:00
<script>
import Title from './_components/Title.html'
2018-03-16 16:18:40 +00:00
import LazyPage from './_components/LazyPage.html'
import pageComponent from './_pages/requests.html'
export default {
components: {
Title,
2018-03-16 16:18:40 +00:00
LazyPage
},
data: () => ({
pageComponent
})
}
</script>