pinafore/src/routes/notifications/mentions.html

21 wiersze
393 B
HTML

<Title name="{intl.notifications}" />
<LazyPage {pageComponent} {params} />
<script>
import Title from '../_components/Title.html'
import LazyPage from '../_components/LazyPage.html'
import pageComponent from '../_pages/notifications/mentions.html'
export default {
components: {
Title,
LazyPage
},
data: () => ({
pageComponent
})
}
</script>