fix: terminal process not killed #181

This commit is contained in:
0xJacky 2023-11-04 11:11:01 +08:00
parent 4b75aed9f6
commit 5fcad2311b
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
12 changed files with 271 additions and 121 deletions

View file

@ -101,7 +101,7 @@ watch(() => gettext.current, () => {
</a-form-item>
<a-form-item>
<a-button @click="onSubmit" type="primary" :block="true" html-type="submit" :loading="loading">
<translate>Login</translate>
{{ $gettext('Login') }}
</a-button>
</a-form-item>
</a-form>