Compare commits
No commits in common. "54ef0ff8078734cad91c181788caf6ba68d9718f" and "aab304dd20a608c7c6457fde84bc08e3e4964c6f" have entirely different histories.
54ef0ff807
...
aab304dd20
|
|
@ -20,7 +20,6 @@ import Network from '../tile/network.vue';
|
|||
|
||||
async function mounted() {
|
||||
this.networks = await this.$store.dispatch('fetchNetworks');
|
||||
this.pageTitle = 'Networks';
|
||||
}
|
||||
|
||||
function siteCount() {
|
||||
|
|
@ -34,7 +33,6 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
networks: [],
|
||||
pageTitle: null,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -117,8 +117,6 @@ async function mounted() {
|
|||
|
||||
return { ...acc, [tag.group.slug]: [tag] };
|
||||
}, { misc: [] });
|
||||
|
||||
this.pageTitle = 'Tags';
|
||||
}
|
||||
|
||||
export default {
|
||||
|
|
@ -128,7 +126,6 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
tags: {},
|
||||
pageTitle: null,
|
||||
};
|
||||
},
|
||||
mounted,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.68.4",
|
||||
"version": "1.68.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.68.4",
|
||||
"version": "1.68.3",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue