If I use
<input type="text" :value="price" @input="e => price = formatNumeral(e.target.value)" />
and I want to do math with the price, I can't.
I'd love to see a getUnformattedValue method, that basically does something like input.replace(/[^\d.]/g, '').