Add modifier numeric for input type number
On Vue 3 input type number cast to number by defualt Can add to core modifier numeric that not cast the value https://github.com/vuejs/core/blob/9c304bfe7942a20264235865b4bb5f6e53fdee0d/packages/runtime-dom/src/directives/vModel.ts#L52