Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
4495877d
Commit
4495877d
authored
Oct 18, 2016
by
杨奕
Committed by
FuryBean
Oct 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix loading overflow:hidden removal issue (#469)
parent
4bdfcec9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
packages/loading/src/directive.js
packages/loading/src/directive.js
+3
-1
No files found.
CHANGELOG.md
View file @
4495877d
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
-
修复 Autocomplete 的弹出框不会消失 #439
-
修复 Autocomplete 的弹出框不会消失 #439
-
修复 DatePicker 弹出框样式溢出边框 #318
-
修复 DatePicker 弹出框样式溢出边框 #318
-
新增 Input 图标的点击事件 #444
-
新增 Input 图标的点击事件 #444
-
修复 Loading 关闭后有几率滚动失效的问题
#### 非兼容性更新
#### 非兼容性更新
...
...
packages/loading/src/directive.js
View file @
4495877d
...
@@ -100,7 +100,9 @@ exports.install = Vue => {
...
@@ -100,7 +100,9 @@ exports.install = Vue => {
},
},
update
:
function
(
el
,
binding
)
{
update
:
function
(
el
,
binding
)
{
if
(
binding
.
oldValue
!==
binding
.
value
)
{
toggleLoading
(
el
,
binding
);
toggleLoading
(
el
,
binding
);
}
},
},
unbind
:
function
(
el
,
binding
)
{
unbind
:
function
(
el
,
binding
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment