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({

View File

@@ -21,7 +21,7 @@
"date-fns": "^2.30.0",
"eslint": "^8.52.0",
"joi": "^17.11.0",
"nuxt": "^3.8.0",
"nuxt": "^3.8.2",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-component-meta": "npm:nuxt-component-meta-edge@0.5.5-28315603.0a285c7",
"nuxt-og-image": "^2.2.4",