fix: capitalize
This commit is contained in:
parent
560d9c6d00
commit
02ce352a99
|
|
@ -140,7 +140,7 @@ The command above will add the `Button` component to your project. You can then
|
|||
|
||||
```vue {2,7}
|
||||
<script setup lang="ts">
|
||||
import { Button } from '@/components/ui/button'
|
||||
import { Button } from '@/Components/ui/button'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user