Skip to content

Commit

Permalink
fix: ssr streaming json script test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zllkjc committed Dec 10, 2024
1 parent 524d6af commit fb3a67b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default applyBaseConfig({
router: true,
},
server: {
useJsonScript: true,
ssr: {
mode: 'stream',
inlineScript: false,
},
},
});

0 comments on commit fb3a67b

Please sign in to comment.