playground: migrate to nuxt compatibility 4

This commit is contained in:
Benjamin Canac
2024-06-12 10:36:47 +02:00
parent ee3d2aa30f
commit ceee9b2e11
50 changed files with 4 additions and 1 deletions

6
playground/app/types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export interface User {
id: number
name: string
email: string
phone: string
}