base_ui/utils/utils-readme.md

6 lines
367 B
Markdown
Raw Permalink Normal View History

2025-02-01 09:34:55 +00:00
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.