This website requires JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
vue-element-admin
mirror of
https://github.com/PanJiaChen/vue-element-admin
Watch
1
Star
0
Fork
You've already forked vue-element-admin
0
Code
Issues
Releases
Wiki
Activity
6858a9ad67
vue-element-admin
/
plop-templates
/
utils.js
3 lines
87 B
JavaScript
Raw
Blame
History
exports
.
notEmpty
=
name
=>
v
=>
!
v
||
v
.
trim
(
)
===
''
?
`
${
name
}
is required
`
:
true
Reference in New Issue
View Git Blame
Copy Permalink