1
1
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:
2021-11-02 21:51:53 +01:00
parent f71ed39b88
commit cacab55f55
4 changed files with 9 additions and 7 deletions

View File

@ -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"