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() {
|
async function mounted() {
|
||||||
this.networks = await this.$store.dispatch('fetchNetworks');
|
this.networks = await this.$store.dispatch('fetchNetworks');
|
||||||
this.pageTitle = 'Networks';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function siteCount() {
|
function siteCount() {
|
||||||
|
|
@ -34,7 +33,6 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
networks: [],
|
networks: [],
|
||||||
pageTitle: null,
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
|
|
@ -117,8 +117,6 @@ async function mounted() {
|
||||||
|
|
||||||
return { ...acc, [tag.group.slug]: [tag] };
|
return { ...acc, [tag.group.slug]: [tag] };
|
||||||
}, { misc: [] });
|
}, { misc: [] });
|
||||||
|
|
||||||
this.pageTitle = 'Tags';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
@ -128,7 +126,6 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tags: {},
|
tags: {},
|
||||||
pageTitle: null,
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted,
|
mounted,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.68.4",
|
"version": "1.68.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.68.4",
|
"version": "1.68.3",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue