@@ -53,7 +53,8 @@ export default {
return typeFromRoute(this.$route)
},
pType() {
- return this.sortBy ? `${type.split('/')[0]}s` : `${type}s`
+ console.log(this.type)
+ return this.sortBy ? `${this.type.split('/')[0]}s` : `${this.type}s`
loaded() {
if (!this.pType) return