Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최동원
2020-06-08 03:05:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5b282051ce70f2e3a1f0b37325ee8579342c525
a5b28205
1 parent
080ee673
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
front-end/src/components/FileList.vue
front-end/src/components/FileList.vue
View file @
a5b2820
...
...
@@ -13,7 +13,9 @@
</v-toolbar>
<v-list two-line subheader>
<v-subheader inset>Folders</v-subheader>
<v-btn @click="moveParent">...</v-btn>
<v-list-item v-if="this.$store.state.cur !== '/'" @click="moveParent"
>...</v-list-item
>
<v-list-item
v-for="item in this.$store.getters.folderL"
:key="item.title"
...
...
Please
register
or
login
to post a comment