chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
045806e6eef8ba6f703c0f728e35ba4dc5c24f7b
Authored by
Rookie_Zoe
2018-11-22 19:46:31 +0800
1 parent
153455c0
fix #4826
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/color-picker/color-picker.vue
Inline
Side-by-side
src/components/color-picker/color-picker.vue
Wrap text
Show/Hide comments
View file @
045806e
1
1
<template>
2
2
<div
3
- v-click-outside
.capture
="handleClose"
3
+ v-click-outside
="handleClose"
4
4
:class="classes">
5
5
<div
6
6
ref="reference"
...
...