SmallRuralDog / laravel-vue-admin

开箱即用的Laravel后台扩展,前后端分离,后端控制前端组件,无需编写vue即可创建一个vue+vuex+vue-route+elment-ui+laravel的项目 ,丰富的表单 表格组件,强大的自定义组件功能。
https://www.yuque.com/smallruraldog/laravel-vue-admin/overview
MIT License
413 stars 73 forks source link

开发版WangEditor无法获取和提交数据 #29

Closed ChartWay closed 4 years ago

ChartWay commented 4 years ago

form表单的字段: $form->item('content', '内容')->vif('is_url', 0)->component(WangEditor::make() ->style("height:400px") ->uploadImgServer(route('admin.image.upload')) ->uploadFileName("file"));

实际表单是空的。

提交的时候,content也没有内容。