Skip to content

Commit

Permalink
fix: remove old Aside components from Admin layout component
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 8, 2018
1 parent a4b4928 commit fe4d099
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
93 changes: 0 additions & 93 deletions src/components/App/Aside.vue

This file was deleted.

1 change: 1 addition & 0 deletions src/components/App/RecursiveAside/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:collapse="isCollapse"
:collapse-transition="false"
:router="true"
:unique-opened="true"
:default-active="defaultActive"
active-text-color="#ffffff"
text-color="#ffffff"
Expand Down
2 changes: 0 additions & 2 deletions src/layout/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

<script>
import { mapMutations } from 'vuex'
import AppAside from 'COMPONENTS/App/Aside'
import RecursiveAside from 'COMPONENTS/App/RecursiveAside'
import AppHeader from 'COMPONENTS/App/Header'
Expand All @@ -57,7 +56,6 @@ export default {
},
components: {
AppAside,
AppHeader,
RecursiveAside
}
Expand Down

0 comments on commit fe4d099

Please sign in to comment.