kongku
kongku
when goback and goforward,the hook doesn't work
操作系统:win11 手机:魅族16th,flyme9.21,android 10 使用usb连接,启动服务时: adb run AdbProcessImpl::out:List of devices attached 882QAETHYXXFG device start server... AdbProcessImpl::out:E:/program/QtScrcpy-win-x64-v2.1.2/scrcpy-server: 1 file pushed, 0 skipped. 52.8 MB/s (41159 bytes in 0.001s) AdbProcessImpl::out:27183 video socket connect...
**Is your feature request related to a problem? Please describe.** When I want to change the decimal number "07" to "08", pressing ctrl+a changes it to "010", this is because...
when i accidentally hit enter before propts appeared, propts will receive this enter,How to fix this situation? ``` JavaScript import { select } from '@inquirer/prompts' console.log('wait.....') setTimeout(() => { select({...
当使用c操作符,例如ciw,虽然已经切换到插入模式,但是光标样式依然停留在普通模式。如果ciw把单词删掉后,正确的光标位置应该是在行尾的,但是却在最后一个字符前,光标也是错误。 我使用的是win11操作系统。在vim插件上也有人留言这个问题,一开始以为是vim插件的问题,后来发现,如果不使用im-select就不会发生上述的错误。
### Environment - Operating System: Windows_NT - Node Version: v20.10.0 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.9.3 - Package Manager: [email protected] - Builder: - -...
the sfc use options style with typescript, as follow: ```vue export default defineComponent({ pros:{ foo:{ type: String, default: "bar" } } }) ``` after build: ```vue export default defineComponent({ pros:{...