Skip to content

Commit c582469

Browse files
authored
docs: add edge alert
1 parent d589e04 commit c582469

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/4.api/2.composables/1.query-content.md

+4
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ const [prev, next] = await queryContent()
202202

203203
Count the number of matched contents based on the query.
204204

205+
::alert
206+
This feature is available in [edge-channel](https://content.nuxtjs.org/guide/migration/edge-channel) and will be released in next version.
207+
::
208+
205209
```ts
206210
// Count of articles
207211
const count = await queryContent('articles').count()

0 commit comments

Comments
 (0)