Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bbce002be170c52db984647c931db88d7724cb52
Authored by
bOtalkin
2021-06-14 17:06:20 +0300
Committed by
GitHub
2021-06-14 22:06:20 +0800
1 parent
29b2d344
fix(layout): props warn (#756)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/layouts/default/setting/index.vue
src/layouts/default/setting/index.vue
View file @
bbce002
1
1
<template>
2
- <div @click="openDrawer
">
2
+ <div @click="openDrawer
(true)
">
3
3
<Icon icon="ion:settings-outline" />
4
4
<SettingDrawer @register="register" />
5
5
</div>
...
...