mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
fix(layout): props warn (#756)
This commit is contained in:
parent
29b2d344ae
commit
bbce002be1
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div @click="openDrawer">
|
<div @click="openDrawer(true)">
|
||||||
<Icon icon="ion:settings-outline" />
|
<Icon icon="ion:settings-outline" />
|
||||||
<SettingDrawer @register="register" />
|
<SettingDrawer @register="register" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user