id for section
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
class="col-sm-12"
|
||||
v-for="(column, index) in value.columns"
|
||||
:value="column"
|
||||
:key="index"
|
||||
:key="'section_'+index"
|
||||
:id="'section_'+index"
|
||||
@change="onChange"
|
||||
></PagebuilderContent>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user