export default { data() { return { dialogFormVisible: false } }, methods: { closeDialog() { this.dialogFormVisible = false } } }