|
|
@ -132,7 +132,7 @@ Raymer * @version 1.0.0 */ |
|
|
|
<button |
|
|
|
type="button" |
|
|
|
class="text-center text-base uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-3 py-2 rounded-lg" |
|
|
|
@click="openDialogPerson()" |
|
|
|
@click="openPersonDialog()" |
|
|
|
> |
|
|
|
<font-awesome icon="user" /> |
|
|
|
Person |
|
|
@ -1827,7 +1827,7 @@ export default class HomeView extends Vue { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
openDialogPerson( |
|
|
|
openPersonDialog( |
|
|
|
giver?: GiverReceiverInputInfo | "Unnamed", |
|
|
|
description?: string, |
|
|
|
) { |
|
|
|