Skip to content

Commit bbce002

Browse files
authored
fix(layout): props warn (#756)
1 parent 29b2d34 commit bbce002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/default/setting/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div @click="openDrawer">
2+
<div @click="openDrawer(true)">
33
<Icon icon="ion:settings-outline" />
44
<SettingDrawer @register="register" />
55
</div>

0 commit comments

Comments
 (0)