Xin Zhang
[feature]: add frontend src.
b1cc7ae
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}