- Cataloghi aggiornamento...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineComponent, ref, computed, PropType, toRef, reactive, watch } from 'vue'
|
||||
import { defineComponent, ref, computed, PropType, toRef, reactive, watch, onMounted } from 'vue'
|
||||
import { IOperators, ISize, IText } from 'model'
|
||||
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
@@ -71,6 +71,17 @@ export default defineComponent({
|
||||
|
||||
}, { immediate: true });
|
||||
|
||||
function mounted() {
|
||||
if (!internalModel.font?.perc_text) {
|
||||
internalModel.font!.perc_text = ''
|
||||
}
|
||||
if (!internalModel.maxlength) {
|
||||
internalModel.maxlength = 0
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
t,
|
||||
shared_consts,
|
||||
|
||||
Reference in New Issue
Block a user