2022-09-20 19:59:52 +00:00
|
|
|
import Vue from 'vue'
|
|
|
|
|
|
|
|
import PortalVue from 'portal-vue'
|
|
|
|
|
2022-11-25 09:53:09 +00:00
|
|
|
import Notifications from "vt-notifications"
|
2022-09-20 19:59:52 +00:00
|
|
|
|
|
|
|
Vue.use(PortalVue)
|
2022-11-25 09:53:09 +00:00
|
|
|
Vue.use(Notifications)
|
|
|
|
|
2022-09-20 19:59:52 +00:00
|
|
|
Vue.prototype.$getCrisp = () => {
|
|
|
|
return window.$crisp
|
|
|
|
}
|