This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
c36a984b1b
ant-design-vue
/
components
/
_util
/
syncWatch.js
7 lines
94 B
JavaScript
Raw
Blame
History
export
default
function
syncWatch
(
fn
)
{
return
{
handler
:
fn
,
flush
:
'sync'
,
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink