mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: add missing comma in upgrade doc code sample (#30189)
This commit is contained in:
parent
92d72dd71f
commit
1d8f2c39f4
@ -73,7 +73,7 @@ export default defineNuxtConfig({
|
|||||||
// resetAsyncDataToUndefined: true,
|
// resetAsyncDataToUndefined: true,
|
||||||
// templateUtils: true,
|
// templateUtils: true,
|
||||||
// relativeWatchPaths: true,
|
// relativeWatchPaths: true,
|
||||||
// normalizeComponentNames: false
|
// normalizeComponentNames: false,
|
||||||
// defaults: {
|
// defaults: {
|
||||||
// useAsyncData: {
|
// useAsyncData: {
|
||||||
// deep: true
|
// deep: true
|
||||||
|
Loading…
Reference in New Issue
Block a user