This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
yangqishu
/
tmzn-weihe
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6626597a05
Rami (Branch)
Tag
dev
master
tmzn-weihe
/
src
/
pxToRem.js
pxToRem.js
103 B
Cronologia
Originale
1
2
3
4
5
6
7
export const pxToRemMixin = {
methods: {
pxToRem(px) {
return `${px / 100}rem`
}
}
}