Skip to content

NotifyFn

Defined in: vue-crud/src/types/notify.ts:10

Injected toast/notification callback — decouples the CRUD composables from any specific toast library (the original app hardcoded a Nuxt/Pinia toast plugin via a store-shaped side effect).

error(title, options?): void

Defined in: vue-crud/src/types/notify.ts:12

string

NotifyOptions

void


success(title, options?): void

Defined in: vue-crud/src/types/notify.ts:11

string

NotifyOptions

void