Widget add,edit vue refactoring
This commit is contained in:
@ -76,13 +76,13 @@
|
||||
v-if="widget_modal"
|
||||
:title="'{{ trans_choice('general.widgets', 1) }}'"
|
||||
:show="widget_modal"
|
||||
:widget_id="widget.id"
|
||||
:name="widget.name"
|
||||
:width="widget.width"
|
||||
:action="widget.action"
|
||||
:type="widget.type"
|
||||
:sort="widget.sort"
|
||||
:type="widget.class"
|
||||
:types="widgets"
|
||||
:widget_id="widget.widget_id"
|
||||
:sort="widget.sort"
|
||||
:dashboard_id="{{ $dashboard->id }}"
|
||||
:text="{{ $text }}"
|
||||
:placeholder="{{ $placeholder }}"
|
||||
|
Reference in New Issue
Block a user