This commit is contained in:
2020-11-03 00:30:23 +00:00
parent bdfeabe03f
commit b6fdd9292e
4 changed files with 21 additions and 8 deletions

View File

@@ -227,6 +227,9 @@ Vue.prototype.$ay = {
},
sd: function(timestamp) {
return locale.utcDateToShortDateLocalized(timestamp);
},
cur: function(value) {
return locale.currencyLocalized(value);
}
};
new Vue({