You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Exports in `app/composables/`, `app/utils/`, and `server/utils/` are auto-imported by Nuxt. To prevent [knip](https://knip.dev/) from flagging them as unused, add a `@public` JSDoc annotation:
294
-
>
295
-
> ```typescript
296
-
>/**
297
-
> * @public
298
-
> */
299
-
>exportfunction myAutoImportedFunction() {
300
-
>// ...
301
-
> }
302
-
>```
303
-
304
292
### Vue components
305
293
306
294
- Use Composition API with `<script setup lang="ts">`
0 commit comments