Skip to content

Commit

Permalink
fix: 🧩 remove the app.vue local parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed Jun 17, 2024
1 parent cc3606d commit bf8a024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/geeker-admin-template/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<el-config-provider :locale="locale" :size="assemblySize" :button="buttonConfig">
<el-config-provider :size="assemblySize" :button="buttonConfig">
<router-view></router-view>
</el-config-provider>
</template>
Expand Down

0 comments on commit bf8a024

Please sign in to comment.