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 GitHub
parent ef798ef6db
commit 204e241601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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