Skip to content
Snippets Groups Projects
Commit 9077cf1a authored by Gilgard's avatar Gilgard
Browse files

links from my items

parent 676e009d
No related branches found
No related tags found
1 merge request!133Edit listing
......@@ -54,7 +54,7 @@
>
<li>
<button
to="/user/userItems"
@click="this.$router.push('/user/userItems/' + item.listingID + '/edit')"
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 dark:hover:text-white"
>
Rediger gjenstand
......@@ -117,7 +117,7 @@
>
<li>
<button
to="/user/userItems"
@click="this.$router.push('/user/userItems/' + item.listingID + '/edit')"
class="block py-2 px-4 text-sm text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-600 dark:text-gray-200 dark:hover:text-white"
>
Rediger gjenstand
......@@ -289,6 +289,7 @@ export default {
async beforeMount() {
await this.getUserListingsFromAPI();
this.updateVisibleTodos();
console.log("hei");
},
};
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment