简体中文
Appearance
自动为 useRef 推断类型。它是 shallowRef 的别名。
useRef
shallowRef
import { } from 'vue' import { } from 'vue-jsx-vapor' // 或者 // import { shallowRef as useRef } from 'vue' export const = () => { ({ : 1, }) return < /> } export default (() => { const = () .?. return ( <> < ={} /> </> ) })