fix: capitalize

This commit is contained in:
zernonia 2023-09-19 13:02:43 +08:00
parent 560d9c6d00
commit 02ce352a99

View File

@ -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>