We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a812df1 commit 718514cCopy full SHA for 718514c
app.vue app/app.vue
app/pages/index.vue
@@ -0,0 +1,3 @@
1
+<template>
2
+ <h1>Hello</h1>
3
+</template>
nuxt.config.ts
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
+ future: { compatibilityVersion: 4 },
4
compatibilityDate: "2024-04-03",
5
devtools: { enabled: true },
6
imports: { autoImport: false },
todo.md
@@ -18,4 +18,5 @@
18
- [x] use corepack
19
- [x] disable auto import
20
- [x] spellcheck
21
-- [ ] textlint
+- [ ] textlint
22
+- [x] Nuxt4 compat
0 commit comments