/**
*
*/
export default {
state: {
isOpen: false,
isLoading: false
},
handleClose()
{
this.state.isOpen = false
this.update()
}