Skip to content

Commit

Permalink
Merge branch 'nuxt:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibochkarev authored Jun 11, 2024
2 parents f5d38fc + 4db02e1 commit 971af41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"vue-router": "^4.3.3"
},
"devDependencies": {
"@nuxt/scripts": "^0.4.7",
"@nuxt/scripts": "0.4.7",
"@nuxt/ui-templates": "1.3.4",
"@parcel/watcher": "2.4.1",
"@types/estree": "1.0.5",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions test/fixtures/basic/modules/page-extend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ export default defineNuxtModule({
}, {
path: '/big-page-1',
file: resolver.resolve('./pages/big-page.vue'),
meta: {
layout: false

Check failure on line 20 in test/fixtures/basic/modules/page-extend/index.ts

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 21 in test/fixtures/basic/modules/page-extend/index.ts

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}, {
path: '/big-page-2',
file: resolver.resolve('./pages/big-page.vue'),
meta: {
layout: false

Check failure on line 26 in test/fixtures/basic/modules/page-extend/index.ts

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
}

Check failure on line 27 in test/fixtures/basic/modules/page-extend/index.ts

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
})
})
},
Expand Down

0 comments on commit 971af41

Please sign in to comment.