0022286b46
* first attempt * progress * working * working * test timeago * rm * get timeago working * reduce size * fix whitespace * more intl stuff * more effort * more work * more progress * more work * more intl * set lang=LOCALE * flatten * more work * add ltr/rtl * more work * add comments * yet more work * still more work * more work * fix tests * more test and string fixes * fix test * fix test * fix test * fix some more strings, add test * fix snackbar * fix } * fix typo * fix english * measure perf * start on french * more work on french * more french * more french * finish french * fix some missing translations * update readme * fix test
21 lines
367 B
HTML
21 lines
367 B
HTML
<Title name="{intl.search}" />
|
|
|
|
<LazyPage {pageComponent} {params} />
|
|
|
|
<script>
|
|
import Title from './_components/Title.html'
|
|
import LazyPage from './_components/LazyPage.html'
|
|
import pageComponent from './_pages/search.html'
|
|
|
|
export default {
|
|
components: {
|
|
|
|
Title,
|
|
LazyPage
|
|
},
|
|
data: () => ({
|
|
pageComponent
|
|
})
|
|
}
|
|
</script>
|