Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106_2022_02
boco-frontend
Commits
f74a65f1
Commit
f74a65f1
authored
2 years ago
by
Zara Mudassar
Browse files
Options
Downloads
Patches
Plain Diff
added doc and cleaned code
parent
61d7fa8b
No related branches found
Branches containing commit
No related tags found
1 merge request
!158
Doc user profile components views
Pipeline
#182373
passed with stage
Stage:
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/UserProfileViews/MyCommunitiesView.vue
+2
-0
2 additions, 0 deletions
src/views/UserProfileViews/MyCommunitiesView.vue
with
2 additions
and
0 deletions
src/views/UserProfileViews/MyCommunitiesView.vue
+
2
−
0
View file @
f74a65f1
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment