This website requires JavaScript.
Explore
Help
Sign In
Leon19656
/
tiny-vue_version0
Watch
1
Star
0
Fork
You've already forked tiny-vue_version0
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
tiny-vue_version0
/
examples
/
sites
/
tiny-uno
/
rules
/
keyframes
/
line.js
11 lines
112 B
JavaScript
Raw
Permalink
Blame
History
export
function
line
(
prop
,
from
,
to
)
{
return
`
from {
${
prop
}
:
${
from
}
;
}
to {
${
prop
}
:
${
to
}
;
}
`
}
Reference in New Issue
View Git Blame
Copy Permalink