mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-07 15:10:04 +08:00
一些优化
This commit is contained in:
@@ -3,15 +3,13 @@
|
||||
namespace Weiwait\DcatVue\Field;
|
||||
|
||||
use Dcat\Admin\Form\Field;
|
||||
use Dcat\Admin\Support\Helper;
|
||||
use Illuminate\Support\Str;
|
||||
use Weiwait\DcatVue\Field\Traits\FieldCommon;
|
||||
use Weiwait\DcatVue\Field\Traits\UploadTrait;
|
||||
|
||||
class Editor extends Field\Editor
|
||||
{
|
||||
use UploadTrait;
|
||||
|
||||
protected $view = 'weiwait.dcat-vue::common';
|
||||
use UploadTrait, FieldCommon;
|
||||
|
||||
public function render()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user