Skip to content

Commit

Permalink
docs: fix component example url (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhabloFinotti authored Jul 11, 2024
1 parent 85a0e7b commit c93d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When the `name` matches a global registered component, it will be rendered as th
<Icon name="MyComponent" />
```

Note that `MyComponent` needs to be inside `components/global/` folder (see [example](https://github.com/nuxt-modules/icon/blob/main/playground/components/global/NuxtIcon.vue)).
Note that `MyComponent` needs to be inside `components/global/` folder (see [example](https://github.com/nuxt-modules/icon/blob/main/playground/components/global/NuxtLogo.vue)).

### Custom Local Collections

Expand Down

0 comments on commit c93d15b

Please sign in to comment.