mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs: add missing comma in upgrade doc code sample (#30189)
This commit is contained in:
parent
ef798ef6db
commit
204e241601
@ -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