0
0
Fork 0

delete unnesessary class

This commit is contained in:
Alex Moreno 2024-07-30 12:45:18 +02:00
parent 28e50512ba
commit ecb201edce
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const contactChannels = ref([]);
/> />
<FormModel :url="`Clients/${route.params.id}`" auto-load model="customer"> <FormModel :url="`Clients/${route.params.id}`" auto-load model="customer">
<template #form="{ data, validate }"> <template #form="{ data, validate }">
<VnRow class="row q-gutter-md q-mb-md"> <VnRow>
<VnInput <VnInput
:label="t('globals.name')" :label="t('globals.name')"
:rules="validate('client.socialName')" :rules="validate('client.socialName')"