Browse Source

fix(layout): props warn (#756)

pull/758/head
bOtalkin 5 years ago
committed by GitHub
parent
commit
bbce002be1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/layouts/default/setting/index.vue

2
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>

Loading…
Cancel
Save