Skip to content

Commit 6ee4f45

Browse files
committed
🐛 (layout) set layout earlier
1 parent acdc3e0 commit 6ee4f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/_.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineComponent({
101101
}
102102
},
103103
104-
beforeMount() {
104+
created() {
105105
this.$docus.layout.value = this.templateOptions
106106
},
107107

0 commit comments

Comments
 (0)