mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	refactor: minor changes to support eslint-plugin-vue 8
This commit is contained in:
		| @@ -89,7 +89,7 @@ | ||||
|          :type="inputProps().type" | ||||
|          :disabled="!isChecked" | ||||
|       > | ||||
|       <template v-if="methodData && 'params' in methodData" class="columns"> | ||||
|       <template v-if="methodData && 'params' in methodData"> | ||||
|          <input | ||||
|             v-for="(option, key) in methodData.params" | ||||
|             :key="key" | ||||
|   | ||||
| @@ -62,7 +62,7 @@ | ||||
|             v-if="resultsWithRows[resultsetIndex] && resultsWithRows[resultsetIndex].rows" | ||||
|             ref="resultTable" | ||||
|             :items="sortedResults" | ||||
|             :item-height="22" | ||||
|             :item-height="23" | ||||
|             class="tbody" | ||||
|             :visible-height="resultsSize" | ||||
|             :scroll-element="scrollElement" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user