3 lines
63 B
JavaScript
3 lines
63 B
JavaScript
import { ref } from 'vue';
|
|
|
|
export const eventBus = ref({}); |
import { ref } from 'vue';
|
|
|
|
export const eventBus = ref({}); |