So I have an input like so:
<input type="number" :value="key" @input.number="setValue" />
I would like for the .number input modifier to be dynamic and linked to a variable, such that I can change it based on the input type (which in my instance can be either number or text).