UNPKG

hy-app

Version:

fix: 修复text和tag换掉

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