This commit is contained in:
Phillip Thelen
2024-09-03 15:30:50 +02:00
parent cb865b171b
commit 9b33453040
7 changed files with 159 additions and 136 deletions

View File

@@ -1,8 +1,10 @@
<template>
<form @submit.prevent="saveHero({hero: {
<form
@submit.prevent="saveHero({hero: {
_id: hero._id,
profile: hero.profile
}, msg: 'Users Profile'})">
}, msg: 'Users Profile'})"
>
<div class="card mt-2">
<div class="card-header">
<h3