We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b2d34 commit bbce002Copy full SHA for bbce002
src/layouts/default/setting/index.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div @click="openDrawer">
+ <div @click="openDrawer(true)">
3
<Icon icon="ion:settings-outline" />
4
<SettingDrawer @register="register" />
5
</div>
0 commit comments