mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
3e1eb299b7
commit
f1427b2528
@ -30,11 +30,7 @@
|
||||
placeholder="Status ..."
|
||||
></ds-select>
|
||||
|
||||
<ds-input
|
||||
v-model="formData.about"
|
||||
:label="$t('group.goal')"
|
||||
rows="3"
|
||||
></ds-input>
|
||||
<ds-input v-model="formData.about" :label="$t('group.goal')" rows="3"></ds-input>
|
||||
|
||||
<ds-input
|
||||
v-model="formData.description"
|
||||
|
||||
@ -16,7 +16,7 @@ export default {
|
||||
group: {
|
||||
type: Object,
|
||||
required: false,
|
||||
default: {},
|
||||
default: () => {},
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user