1
2
3
import { reactive, onMounted, ref, Ref } from 'vue'
 
export const globalState = reactive({})