fix(layout): props warn (#756)

This commit is contained in:
bOtalkin 2021-06-14 17:06:20 +03:00 committed by GitHub
parent 29b2d344ae
commit bbce002be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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