forked from verdnatura/salix-front
revert: refs #7134 change
This commit is contained in:
parent
edceac850d
commit
a8e1bdc684
|
@ -9,7 +9,7 @@ const $props = defineProps({
|
|||
},
|
||||
insertable: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -79,10 +79,5 @@ function accountShortToStandard() {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<QInput
|
||||
@keydown="handleKeydown"
|
||||
ref="vnInputRef"
|
||||
v-model="internalValue"
|
||||
:maxlength="10"
|
||||
/>
|
||||
<QInput @keydown="handleKeydown" ref="vnInputRef" v-model="internalValue" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue