Ver código fonte

fix(layout): props warn (#756)

bOtalkin 3 anos atrás
pai
commit
bbce002be1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layouts/default/setting/index.vue

+ 1 - 1
src/layouts/default/setting/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div @click="openDrawer">
+  <div @click="openDrawer(true)">
     <Icon icon="ion:settings-outline" />
     <SettingDrawer @register="register" />
   </div>