I want to get the titles of 'th' and 'td' when I press the save button to store on a variable using vue
my HTML code
<tr>
<th>Himalayan Salajit (Pakistan Only)*</th>
<td>PKR 800</td>
<td class="text-center">
<select class="form-control form-control-inline">
<option>0</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>
</td>
<td class="text-right">PKR 0.00</td>
</tr>