use tags on vue pages
<input type="number" min="0" max="5000" v-model="choosePayDef" placeholder="">
Click this input box on the page and you will report an error
Uncaught DOMException: Failed to execute "setSelectionRange" on "HTMLInputElement": The input element"s type ("number") does not support selection.
how to solve this problem?