projbreadcrumbs: remove unused method
This commit is contained in:
parent
4a7baaab02
commit
7e4346001d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue