.grid.widgets
widget(
v-for='(widget,index) in widgets'
:key='index'
:ref='`widget_${index}`'
:style='widget.draft_content.styles'
:widget_index='index'
:widget='widget'
:is_edit='true'
:brand='brand'
:campaign='campaign'
:retailer='retailer'
:locations='locations'
@delete_widget='delete_widget'
@edit_widget='edit_widget'
@move_widget='move_widget'
@add_widget='add_widget')