After the input automatically gets the focus in vue, how to make the cursor display behind the text?

< input type= "tel" autofocus= "autofocus" >

clipboard.png

the cursor appears in front of the number by default. Is there any way to make the cursor appear after the number

Apr.02,2021

it is possible to call node's focus directly

var node = document.querySelector("-sharpinput")
console.log(node.focus())
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3acea-2c258.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3acea-2c258.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?