export default {
	test({ component }) {
		component.flag = false;
	}
};