UNPKG

@tarojs/components

Version:
11 lines (9 loc) 232 B
import { getCurrentInstance } from 'vue'; export function useForwardRef() { var instance = getCurrentInstance(); function forwardRef(ref) { instance.exposed = ref; instance.exposeProxy = ref; } return forwardRef; }