This website works better with JavaScript.
Home
Explore
Help
Sign In
maochaoying
/
soil
generated from
maochaoying/dreamworks-frontend-template
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
土壤
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
220 KiB
Vue
88%
JavaScript
10.5%
CSS
1.1%
HTML
0.3%
Tree:
32c39c1968
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '32c39c1968'
${ noResults }
soil
/
src
/
utils
/
index.js
6 lines
99 B
Raw
Blame
History
export
const
formatTubeNumber
=
num
=>
{
if
(
num
<
10
)
{
return
'0'
+
num
}
return
num
}
Reference in new issue