- scheda prodotto migliorata
- aggiornamento filtri
This commit is contained in:
@@ -37,6 +37,10 @@ export default defineComponent({
|
||||
const draftValue = ref(props.modelValue)
|
||||
const editing = ref(false)
|
||||
|
||||
watch(toRef(props, 'modelValue'), (newVal) => {
|
||||
draftValue.value = newVal;
|
||||
})
|
||||
|
||||
function copytoclip() {
|
||||
tools.copyStringToClipboard($q, draftValue.value.toString(), true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user