fix(module): boolean types and bump nuxt to 3.8.2 (#1006)

This commit is contained in:
Daniel Roe
2023-11-21 17:32:51 +00:00
committed by GitHub
parent 16663887ca
commit ca62ce13d3
5 changed files with 1078 additions and 1414 deletions

View File

@@ -98,9 +98,9 @@ _`enter` shortcut will only trigger when `queryInput` is focused._
### `whenever`
Prop: `whenever?: WatchSource<Boolean>[]`
Prop: `whenever?: WatchSource<boolean>[]`
`whenever` allows to add constraints on the shortcut triggering behavior. This array can contain `Ref<Boolean>`, `ComputedRef<Boolean>` or `() => Boolean`.
`whenever` allows to add constraints on the shortcut triggering behavior. This array can contain `Ref<boolean>`, `ComputedRef<boolean>` or `() => boolean`.
```ts
defineShortcuts({