Skip to content

Commit

Permalink
Merge pull request #34 from bacon-delight/dev
Browse files Browse the repository at this point in the history
Added fix for router view in layout
  • Loading branch information
bacon-delight committed Feb 21, 2022
2 parents 0121340 + 2a09ba6 commit cbdbba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/components/layout/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@toggle="sidebar = true"
)
.layout__content
router-view
router-view(v-if="!!$router")
slot
</template>

Expand Down

1 comment on commit cbdbba6

@vercel
Copy link

@vercel vercel bot commented on cbdbba6 Feb 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.