UNPKG

element-plus

Version:

A Component Library for Vue3.0

9 lines (6 loc) 181 B
import { App } from 'vue' import Notify from './src/notify' (Notify as any).install = (app: App): void => { app.config.globalProperties.$notify = Notify } export default Notify