UNPKG

press-next

Version:

Vue3 组件库,支持 Composition API

8 lines (6 loc) 143 B
import type { GlobalVarQuery } from './types'; export function globalVarVue3(_args?: GlobalVarQuery) { return { $window: window, }; }