M
Size: a a a
М
MK
М
MK
A
Д
М
М
Д
М
М
М
Д
Д
М
Д
MK
openNotification(notificationText) {
const VueInstance = new Vue();
const notificationVNode = VueInstance.$createElement(
notificationComponent, {
props: {
text: notificationText
}
});
Wormhole.open({
to: 'notification-host-target',
from: 'notification-source',
passengers: [notificationVNode]
});
}М