Skip to content

Commit

Permalink
fix(layout): props warn (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
boardev committed Jun 14, 2021
1 parent 29b2d34 commit bbce002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/default/setting/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div @click="openDrawer">
<div @click="openDrawer(true)">
<Icon icon="ion:settings-outline" />
<SettingDrawer @register="register" />
</div>
Expand Down

0 comments on commit bbce002

Please sign in to comment.