Newer
Older
<!-- A view for showing all the items the user has posted/added -->
import UserItems from "@/components/UserProfileComponents/UserItems.vue";
name: "UserItemsView",
components: {
UserItems,
},
};
<!-- A view for showing all the items the user has posted/added -->
import UserItems from "@/components/UserProfileComponents/UserItems.vue";
name: "UserItemsView",
components: {
UserItems,
},
};