Components
Composables
Globals
Reference for global functions injected automatically by Runable.
Runable makes several functions available without manual imports.
| API | Purpose |
|---|---|
$fetch | Send an HTTP request with ofetch |
definePageMeta | Declare page metadata |
defineVueMiddleware | Define one or more navigation guards |
defineVuePlugin | Declare a Runable application plugin |
| Vue APIs | Use common Vue exports without imports |