{
  "name": "Nuxt 4 + Vue 3 (static fixture only — runtime inject unsupported)",
  "config": {
    "files": ["app.vue"],
    "insertBefore": "</body>",
    "commentSyntax": "html"
  },
  "sourceFiles": ["app.vue", "pages/index.vue", "nuxt.config.ts"],
  "generatedFiles": [],
  "wrapCases": [
    {
      "name": "wraps hero in pages/index.vue",
      "args": { "classes": "hero-title", "tag": "h1" },
      "expectedFile": "pages/index.vue"
    }
  ],
  "_runtimeOmitted": "Nuxt's app.vue is a Vue template that compiles to a render function — a <script> tag inserted there renders as a DOM node but does not execute. Nuxt needs a config-based inject (nuxt.config.ts -> app.head.script), which live-inject.mjs does not currently support. Static checks (is-generated, inject syntax, wrap routing) still validate."
}
