Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fitmin
web
Commits
dbd5d1fb
Commit
dbd5d1fb
authored
5 years ago
by
JunGu Kang
Browse files
Options
Downloads
Patches
Plain Diff
Fix Layout
parent
b1fed32c
No related branches found
No related tags found
2 merge requests
!37
Deploy
,
!3
#2 Fix Layout
Pipeline
#4104
passed
5 years ago
Stage: lint
Stage: test
Stage: build
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.vue
+7
-4
7 additions, 4 deletions
src/App.vue
src/components/NavigationBar.vue
+1
-0
1 addition, 0 deletions
src/components/NavigationBar.vue
src/components/NavigationDrawer.vue
+2
-0
2 additions, 0 deletions
src/components/NavigationDrawer.vue
with
10 additions
and
4 deletions
src/App.vue
+
7
−
4
View file @
dbd5d1fb
<
template
>
<v-app>
<navigation-bar
:nav-drawer=
"isNavDrawerVisible"
></navigation-bar>
<navigation-bar></navigation-bar>
<navigation-drawer></navigation-drawer>
<v-content>
<navigation-drawer
:visible=
"isNavDrawerVisible"
></navigation-drawer>
<v-container
fluid
>
<router-view></router-view>
</v-container>
</v-content>
</v-app>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
src/components/NavigationBar.vue
+
1
−
0
View file @
dbd5d1fb
<
template
>
<v-app-bar
app
clipped-left
color=
"primary"
dark
>
...
...
This diff is collapsed.
Click to expand it.
src/components/NavigationDrawer.vue
+
2
−
0
View file @
dbd5d1fb
<
template
>
<v-navigation-drawer
app
clipped
:value=
"isNavDrawerVisible"
></v-navigation-drawer>
</
template
>
...
...
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