@eturnity/eturnity_reusable_components 7.12.6-EPDM-7951.0 → 7.12.6-EPDM-7951.1
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
@@ -100,7 +100,7 @@
|
|
100
100
|
// >
|
101
101
|
//<template name=label><img>....</template>
|
102
102
|
//</inputNumber>
|
103
|
-
import styled from '
|
103
|
+
import styled from 'vue3-styled-components'
|
104
104
|
import {
|
105
105
|
stringToNumber,
|
106
106
|
numberToString
|
@@ -468,7 +468,7 @@ export default {
|
|
468
468
|
}
|
469
469
|
},
|
470
470
|
methods: {
|
471
|
-
onEnterPress(){
|
471
|
+
onEnterPress() {
|
472
472
|
this.$emit('on-enter-click')
|
473
473
|
this.$refs.inputField1.$el.blur()
|
474
474
|
},
|