Skip to content

Commit adf164e

Browse files
committed
Update example in the doc to use the vue-Announcer component in App.vue
1 parent 82b79f4 commit adf164e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/guide/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ In your `App.vue`
2525
```vue
2626
<template>
2727
<div>
28-
<vue-announcer />
29-
<!-- header code -->
30-
<!-- router-view -->
31-
<!-- footer code -->
28+
<vue-announcer /> <!-- You can place it anywhere in your application -->
29+
...
3230
</div>
3331
</template>
3432
```
33+

0 commit comments

Comments
 (0)