@eturnity/eturnity_reusable_components 1.2.16-QA03-23092022.1 → 1.2.16-QA03-23092022.2

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.16-QA03-23092022.1",
3
+ "version": "1.2.16-QA03-23092022.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -325,6 +325,7 @@ export default {
325
325
  displayedPlaceholder() {
326
326
  if (this.placeholder) return this.placeholder
327
327
  return `${this.minNumber || 0} ${this.unitName ? this.unitName : ''}`
328
+ }
328
329
  },
329
330
  methods: {
330
331
  onChangeHandler(event) {