Skip to content

Commit 718514c

Browse files
committed
deps: optin Nuxt4
1 parent a812df1 commit 718514c

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

app.vue app/app.vue

File renamed without changes.

app/pages/index.vue

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<template>
2+
<h1>Hello</h1>
3+
</template>

nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3+
future: { compatibilityVersion: 4 },
34
compatibilityDate: "2024-04-03",
45
devtools: { enabled: true },
56
imports: { autoImport: false },

todo.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
- [x] use corepack
1919
- [x] disable auto import
2020
- [x] spellcheck
21-
- [ ] textlint
21+
- [ ] textlint
22+
- [x] Nuxt4 compat

0 commit comments

Comments
 (0)