Skip to content

Commit 2d1aa7a

Browse files
committed
chore: use value prop to prevent newline
1 parent a17aae0 commit 2d1aa7a

File tree

1 file changed

+4
-3
lines changed
  • examples/features/data-fetching/pages

1 file changed

+4
-3
lines changed

examples/features/data-fetching/pages/index.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ const { data } = await useFetch('/api/hello')
55
<template>
66
<div>
77
<p>
8-
Result of <UKbd size="lg">
9-
/api/hello
10-
</UKbd>:
8+
Result of <UKbd
9+
size="lg"
10+
value="/api/hello"
11+
/>:
1112
</p>
1213
<pre>{{ data }}</pre>
1314
</div>

0 commit comments

Comments
 (0)