소스 검색

Clear account modal on overlay click

sbkwgh 7 년 전
부모
커밋
3286df435d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/App.vue

+ 1 - 1
frontend/src/App.vue

@@ -6,7 +6,7 @@
 				<button class='button button--modal' @click='showAjaxErrorsModal = false'>OK</button>
 			</div>
 		</modal-window>
-		<modal-window v-model='showAccountModal'>
+		<modal-window v-model='showAccountModal' @input='closeAccountModal'>
 			<tab-view :tabs='["Sign up", "Login"]' v-model="showAccountTab" padding='true'>
 				<template slot='Sign up'>
 					<p style='margin-top: 0;' v-if='$store.state.token'>