mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
import Vue from 'vue';
|
|||
|
|||
export const dataPinningEventBus = new Vue();
|