1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00
This commit is contained in:
Václav Valíček (YCNet) 2018-05-16 20:57:01 +02:00
parent 4acf4fddf6
commit 66a5ec1f47
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

View File

@ -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) {