DONE: renaming case sensitive for box
This commit is contained in:
@@ -1 +1 @@
|
|||||||
export { default as Box } from "./Box.vue";
|
export { default as Box } from "./box.vue";
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ import {
|
|||||||
<SectionContent>
|
<SectionContent>
|
||||||
Copy and paste the following code into your project.
|
Copy and paste the following code into your project.
|
||||||
</SectionContent>
|
</SectionContent>
|
||||||
<PreviewCode title="components/ui/box/Box.vue">
|
<PreviewCode title="components/ui/box/box.vue">
|
||||||
{{ `
|
{{ `
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { cn } from "@mykopkb/core/utils/cn";
|
import { cn } from "@mykopkb/core/utils/cn";
|
||||||
@@ -80,7 +80,7 @@ const {
|
|||||||
</PreviewCode>
|
</PreviewCode>
|
||||||
<PreviewCode title="components/ui/box/index.ts">
|
<PreviewCode title="components/ui/box/index.ts">
|
||||||
{{ `
|
{{ `
|
||||||
export { default as Box } from "./Box.vue";
|
export { default as Box } from "./box.vue";
|
||||||
` }}
|
` }}
|
||||||
</PreviewCode>
|
</PreviewCode>
|
||||||
<SectionContent>
|
<SectionContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user