Skip to content

Commit

Permalink
chore: update component tag casing in App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
babyw1nter committed Dec 23, 2023
1 parent ece62f8 commit 998de03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a-config-provider :locale="locale" :autoInsertSpaceInButton="false">
<AConfigProvider :locale="locale" :autoInsertSpaceInButton="false">
<AApp>
<router-view v-slot="{ Component }">
<template v-if="Component">
Expand All @@ -14,7 +14,7 @@
</template>
</router-view>
</AApp>
</a-config-provider>
</AConfigProvider>
</template>

<script lang="ts" setup>
Expand Down

0 comments on commit 998de03

Please sign in to comment.