projbreadcrumbs: remove unused method
This commit is contained in:
parent
4a7baaab02
commit
7e4346001d
|
@ -44,16 +44,6 @@ export default {
|
||||||
ownerLink: ownerLink,
|
ownerLink: ownerLink,
|
||||||
projectLink: projectLink,
|
projectLink: projectLink,
|
||||||
projectGroupLink: projectGroupLink
|
projectGroupLink: projectGroupLink
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
// a computed getter
|
|
||||||
projectRef: function() {
|
|
||||||
// `this` points to the vm instance
|
|
||||||
return this.message
|
|
||||||
.split("")
|
|
||||||
.reverse()
|
|
||||||
.join("");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue