mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-16 05:26:13 +00:00
13 lines
207 B
JavaScript
Vendored
13 lines
207 B
JavaScript
Vendored
import Vue from 'vue'
|
|
|
|
import PortalVue from 'portal-vue'
|
|
|
|
import Notifications from "vt-notifications"
|
|
|
|
Vue.use(PortalVue)
|
|
Vue.use(Notifications)
|
|
|
|
Vue.prototype.$getCrisp = () => {
|
|
return window.$crisp
|
|
}
|