docs: remove Ui prefix to prevent confusion
This commit is contained in:
parent
02dfed5fcd
commit
ba08e356c8
|
|
@ -130,7 +130,7 @@ The command above will add the `Button` component to your project. Nuxt autoImpo
|
||||||
```vue {3}
|
```vue {3}
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<UiButton>Click me</UiButton>
|
<Button>Click me</Button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user