docs: add missing comma in upgrade doc code sample (#30189)

This commit is contained in:
Kraig Burrows 2024-12-07 23:41:26 +11:00 committed by Daniel Roe
parent 92d72dd71f
commit 1d8f2c39f4
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -73,7 +73,7 @@ export default defineNuxtConfig({
// resetAsyncDataToUndefined: true,
// templateUtils: true,
// relativeWatchPaths: true,
// normalizeComponentNames: false
// normalizeComponentNames: false,
// defaults: {
// useAsyncData: {
// deep: true