mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 20:28:09 +01:00
docs: fetch index page from dev source
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { breakpointsTailwind, useBreakpoints } from '@vueuse/core'
|
import { breakpointsTailwind, useBreakpoints } from '@vueuse/core'
|
||||||
|
|
||||||
const { data: page } = await useAsyncData('index', () => queryContent('/').findOne())
|
const { data: page } = await useAsyncData('index', () => queryContent('/dev').findOne())
|
||||||
const { data: module } = await useFetch<{
|
const { data: module } = await useFetch<{
|
||||||
stats: {
|
stats: {
|
||||||
downloads: number
|
downloads: number
|
||||||
|
|||||||
Reference in New Issue
Block a user