Skip to content

Commit

Permalink
🐛 (layout) set layout earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 4, 2021
1 parent acdc3e0 commit 6ee4f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/_.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineComponent({
}
},
beforeMount() {
created() {
this.$docus.layout.value = this.templateOptions
},
Expand Down

0 comments on commit 6ee4f45

Please sign in to comment.