Explorar el Código

fix(layout): props warn (#756)

bOtalkin hace 4 años
padre
commit
bbce002be1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>