移除 placeholder
This commit is contained in:
parent
3c27d125bf
commit
a374392109
@ -10,7 +10,7 @@
|
|||||||
@csrf
|
@csrf
|
||||||
@method('PATCH')
|
@method('PATCH')
|
||||||
|
|
||||||
<x-markdown-editor name="content" :placeholder="$reply->content" :value="$reply->content"/>
|
<x-markdown-editor name="content" :value="$reply->content"/>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary mt-3">修改</button>
|
<button type="submit" class="btn btn-primary mt-3">修改</button>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user