Skip to content

Commit

Permalink
docs: fix ClientSideLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Apr 24, 2023
1 parent c278c0d commit ec525fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default {
plugins: [
ClientSideLayout({
layoutsDir: 'src/mylayouts', // default to 'src/layout'
defaultLayout: 'myDefault.vue', // default to 'default.vue'
defaultLayout: 'myDefault', // default to 'default', no need '.vue'
importMode: 'sync' // The default will automatically detect -> ssg is sync,other is async
}),
],
Expand Down

0 comments on commit ec525fc

Please sign in to comment.