UNPKG

hy-app

Version:

修复上传提示功能

7 lines (5 loc) 175 B
import type { App } from "vue"; import registerProperties from "./register-properties"; export const globalRegister = (app: App): void => { app.use(registerProperties); };