Skip to content
Snippets Groups Projects
Commit 82c53f66 authored by Trirst's avatar Trirst
Browse files

Remove unneeded computed variable

parent 2a92202c
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,6 @@ export default {
imageTags: Array,
};
},
computed: {
flake: () => {
return window.location.pathname.split("/").pop();
},
},
methods: {
async getImageTags() {
const response = await fetch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment