Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix(layout): name layouts to avoid inheriting name from extend
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Jan 16, 2020
1 parent c7c5150 commit 7c2c611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/background.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import TopNav from '@/components/layout/TopNav'
import PageFooter from '@/components/layout/PageFooter'
export default {
name: 'BackgroundLayout',
extends: Auth,
components: {
TopNav,
Expand Down
1 change: 1 addition & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import TopNav from '@/components/layout/TopNav'
import PageFooter from '@/components/layout/PageFooter'
export default {
name: 'DefaultLayout',
extends: Auth,
components: {
TopNav,
Expand Down

0 comments on commit 7c2c611

Please sign in to comment.