Skip to content

Commit 9eaeb06

Browse files
committed
docs: correct Vue doc links table in using-the-docs
1 parent 71512b1 commit 9eaeb06

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

apps/docs/src/pages/guide/essentials/using-the-docs.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ theme.toggle() // switch themes
408408
409409
### Vue Documentation Links
410410

411-
Vue built-in functions like `ref`, `computed`, `onMounted`, and `watch` are clickable in both code blocks and inline code. Click to open the official Vue documentation in a new tab.
411+
Vue built-in functions like `ref`, `computed`, `onMounted`, and `watch` are recognized in both code blocks and inline code. Hover to see a summary, then click **"View Vue docs ↗"** in the popover footer to open the official Vue documentation in a new tab.
412412

413413
```ts
414414
import { ref, computed, onMounted } from 'vue'
@@ -421,12 +421,14 @@ onMounted(() => {
421421
})
422422
```
423423

424-
| Style | Type | Action |
425-
|-------|------|--------|
426-
| <span class="underline decoration-dotted">dotted underline</span> | v0 API | Hover for popover |
427-
| <span class="underline decoration-dashed">dashed underline</span> | Vue built-in | Click to open docs |
424+
| Type | Popover badge | Footer action |
425+
|------|---------------|---------------|
426+
| v0 API | Component / Composable | **View API ** (internal page) |
427+
| Vue built-in | Function / Reactivity / Lifecycle | **View Vue docs** (external) |
428428

429-
> [!TIP] Vue links also work in inline code. Try clicking `ref` or `computed` in this sentence.
429+
Both share the same dotted underline — the popover's colored badge and footer link tell you which kind you're looking at.
430+
431+
> [!TIP] Vue links also work in inline code. Try hovering `ref` or `computed` in this sentence.
430432
431433
## Callouts
432434

0 commit comments

Comments
 (0)