mirror of
https://github.com/ohwgiles/laminar.git
synced 2025-06-13 12:54:29 +00:00
Fix typo
This commit is contained in:
parent
4acf4fddf6
commit
66a5ec1f47
@ -3,7 +3,6 @@
|
|||||||
* https://laminar.ohwg.net
|
* https://laminar.ohwg.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
;;;
|
|
||||||
// usage: {{ file.size | prettyBytes }}
|
// usage: {{ file.size | prettyBytes }}
|
||||||
// source: https://gist.github.com/james2doyle/4aba55c22f084800c199
|
// source: https://gist.github.com/james2doyle/4aba55c22f084800c199
|
||||||
Vue.filter('prettyBytes', function (num) {
|
Vue.filter('prettyBytes', function (num) {
|
||||||
|
Loading…
Reference in New Issue
Block a user