Fixed lint

pull/12/head
cagataycivici 2019-05-26 00:55:31 +03:00
parent 6ed39d9c3c
commit fe250f0ff6
2 changed files with 13 additions and 13 deletions

View File

@ -153,17 +153,17 @@ data() {
</div>
<h3>Events</h3>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
</thead>
<tbody>
<tr>
<td>change</td>
<td>event.originalEvent: Original event <br />
event.value: Selected option value </td>
@ -174,9 +174,9 @@ data() {
<td>value: New value</td>
<td>Callback to invoke on value change.</td>
</tr>
</tbody>
</table>
</div>
</tbody>
</table>
</div>
<h3>Styling</h3>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>

View File

@ -75,18 +75,18 @@ import Rating from 'primevue/rating';
<h3>Events</h3>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
</thead>
<tbody>
<tr>
<tr>
<td>change</td>
<td>event.originalEvent: Original event <br />
event.value: Selected option value </td>
event.value: Selected option value </td>
<td>Callback to invoke on value change.</td>
</tr>
<tr>