Trim and number modifiers exist in V-model at the same time, and the number modifier does not take effect
Version
3.2.33
Reproduction link
Steps to reproduce
Both trim and number modifiers exist in V-model
What is expected?
number and trim modifiers exist at the same time, and number does take effect.
What is actually happening?
number and trim modifiers exist at the same time, and number does not take effect.
In runtime-dom/directives/vModel.ts, If the trim modifier exists, the number modifier does not take effect. Is there any reason for this?
Know how to solve it. There's no need for the official to raise the pull request without giving the result