Skip to content
Snippets Groups Projects
Commit f74a65f1 authored by Zara Mudassar's avatar Zara Mudassar
Browse files

added doc and cleaned code

parent 61d7fa8b
No related branches found
No related tags found
1 merge request!158Doc user profile components views
Pipeline #182373 passed with stage
in 58 seconds
......@@ -25,6 +25,7 @@
import CommunityList from "@/components/CommunityComponents/CommunityList.vue";
import CommunityService from "@/services/community.service";
import { UserAddIcon } from "@heroicons/vue/outline";
import LoaderSpinner from "@/components/BaseComponents/LoaderSpinner"
export default {
data() {
......@@ -36,6 +37,7 @@ export default {
components: {
CommunityList,
UserAddIcon,
LoaderSpinner,
},
async beforeCreate() {
this.loading = true;
......
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