367 B
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.