Skip to content

Commit

Permalink
refactor: 更换el-drawer custom-class 为class
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Nov 30, 2022
1 parent 06eac69 commit 753a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</el-container>
<el-drawer
v-if="globalStore.isMobile"
custom-class="me-sidebar-drawer"
class="me-sidebar-drawer"
:model-value="!themeConfig.menuCollapse"
:with-header="false"
:size="themeConfig.menuWidth"
Expand Down

0 comments on commit 753a534

Please sign in to comment.