File size: 143 Bytes
b1cc7ae
 
 
1
2
3
import { reactive} from 'vue'
const toggleError = reactive({show:false, title:'error',msg:'Failed to connect to server'})
export  {toggleError}