free-fe-core-modules 0.0.29 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -136,7 +136,7 @@ const filters = {
136
136
 
137
137
  let diff = quasarDate.getDateDiff(date1, date2, 'seconds');
138
138
  if (diff < 1) {
139
- return diff + vm.$t('justNow');
139
+ return vm.$t('justNow');
140
140
  }
141
141
  if (diff < 60) {
142
142
  return diff + vm.$t('secondsAgo');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-fe-core-modules",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/freeeis/free-fe-core-modules.git",
6
6
  "author": "zhiquan",