@monoui/vuejs 1.1.58 → 1.1.59

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -239,7 +239,12 @@
239
239
  settings.totalItemCount && !refreshButton
240
240
  "
241
241
  >
242
- {{ settings.totalItemCount }} rows
242
+ {{ settings.totalItemCount }}
243
+ {{
244
+ settings.totalItemCount === 1
245
+ ? "row"
246
+ : "rows"
247
+ }}
243
248
  </span>
244
249
  <mui-button
245
250
  v-if="refreshButton"