refactor(pages): update new story page to use new story-form props
This commit is contained in:
parent
7167919577
commit
8d8ab31bfc
@ -7,5 +7,10 @@
|
||||
</script>
|
||||
<template>
|
||||
<a-typography-title> Post a new Story </a-typography-title>
|
||||
<story-form :can-draft="true" :data="defaultStory" endpoint="/story/new" />
|
||||
<story-form
|
||||
endpoint-method="post"
|
||||
:can-draft="true"
|
||||
:data="defaultStory"
|
||||
endpoint="/story/new"
|
||||
/>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user