mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint
This commit is contained in:
parent
2d2144b8b4
commit
31abc9079e
@ -17,22 +17,20 @@
|
||||
|
||||
<div>
|
||||
<b-input-group>
|
||||
|
||||
<b-form-input type="text"
|
||||
<b-form-input
|
||||
type="text"
|
||||
v-model="criteria"
|
||||
|
||||
:placeholder="$t('user_search')"
|
||||
@input="getUsers"></b-form-input>
|
||||
|
||||
<b-input-group-append v-bind="criteria=''" @click="getUsers">
|
||||
|
||||
@input="getUsers"
|
||||
></b-form-input>
|
||||
|
||||
<b-input-group-append v-bind="(criteria = '')" @click="getUsers">
|
||||
<b-input-group-text>
|
||||
<b-icon icon="x" />
|
||||
</b-input-group-text>
|
||||
</b-input-group-append>
|
||||
</b-input-group>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<user-table
|
||||
type="PageUserSearch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user