mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs(examples): prop "showTips" should be a boolean instead of a string (#2751)
This commit is contained in:
parent
33ebb01d7f
commit
2ba5f56374
@ -3,7 +3,7 @@ const { data, refresh, pending } = await useAsyncData('/api/hello', () => $fetch
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtExampleLayout example="use-async-data" show-tips="true">
|
<NuxtExampleLayout example="use-async-data" show-tips>
|
||||||
<div>{{ data }}</div>
|
<div>{{ data }}</div>
|
||||||
<div>
|
<div>
|
||||||
<NButton :disabled="pending" @click="refresh">
|
<NButton :disabled="pending" @click="refresh">
|
||||||
|
Loading…
Reference in New Issue
Block a user