Xin Zhang
frontend
7bff52e
raw
history blame contribute delete
143 Bytes
import { reactive} from 'vue'
const toggleError = reactive({show:false, title:'error',msg:'Failed to connect to server'})
export {toggleError}