Alexander

Results 2 comments of Alexander

это мне помогло: `` ``` const showMap = ref(false); onMounted(() => { setTimeout(() => { showMap.value = true; }, 50); }); ```

You can use :key for rerender input when mask was changed. My code: ``` ``` `valueMask` is computed value and return different mask string for different state conditions.