Steps doc update

pull/256/head
mertsincan 2020-03-24 01:30:47 +03:00
parent c87638c960
commit 1654bbf28b
1 changed files with 7 additions and 1 deletions

View File

@ -62,6 +62,12 @@ export default {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td>id</td>
<td>string</td>
<td>null</td>
<td>Unique identifier of the element.</td>
</tr>
<tr> <tr>
<td>model</td> <td>model</td>
<td>array</td> <td>array</td>
@ -544,4 +550,4 @@ export default {
</TabPanel> </TabPanel>
</TabView> </TabView>
</div> </div>
</template> </template>