projbreadcrumbs: remove unused method

This commit is contained in:
Simone Gotti 2019-05-14 15:43:28 +02:00
parent 4a7baaab02
commit 7e4346001d
1 changed files with 0 additions and 10 deletions

View File

@ -44,16 +44,6 @@ export default {
ownerLink: ownerLink,
projectLink: projectLink,
projectGroupLink: projectGroupLink
},
computed: {
// a computed getter
projectRef: function() {
// `this` points to the vm instance
return this.message
.split("")
.reverse()
.join("");
}
}
};
</script>