mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
export default (reactive: any) => ({
|
|
install(app: any) {
|
|
window.Airwire.reactive = reactive;
|
|
app.config.globalProperties.$airwire = window.Airwire
|
|
}
|
|
})
|