You've already forked AstralRinth
forked from didirus/AstralRinth
Auth
This commit is contained in:
@@ -195,6 +195,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
auth: false,
|
||||
layout: 'none',
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -33,6 +33,12 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
auth: false,
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
#search-pagination {
|
||||
align-items: center;
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
:author-url="result.author_url"
|
||||
:page-url="result.page_url"
|
||||
:categories="result.categories"
|
||||
:is-ad="index % 5"
|
||||
:is-ad="index === -1"
|
||||
/>
|
||||
</div>
|
||||
<section v-if="pages.length > 1" class="search-bottom">
|
||||
@@ -418,6 +418,7 @@ const config = {
|
||||
}
|
||||
|
||||
export default {
|
||||
auth: false,
|
||||
components: {
|
||||
SearchResult,
|
||||
Pagination,
|
||||
|
||||
Reference in New Issue
Block a user