base_ui/utils/utils-readme.md
2025-02-01 13:04:55 +03:30

367 B

Use the utils/ directory to auto-import your utility functions throughout your application.

The main purpose of the utils/ directory is to allow a semantic distinction between your Vue composables and other auto-imported utility functions.

These utils are only available within the Vue part of your app. Only server/utils are auto-imported in the server/ directory.