mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix warning in edit post test
This commit is contained in:
parent
f894cca63d
commit
514a5c4894
@ -33,6 +33,9 @@ export default {
|
|||||||
user: 'auth/user',
|
user: 'auth/user',
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
data() {
|
||||||
|
return { contribution: {} }
|
||||||
|
},
|
||||||
async asyncData(context) {
|
async asyncData(context) {
|
||||||
const {
|
const {
|
||||||
app,
|
app,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user