mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-21 03:11:39 +08:00
eslint & good night
This commit is contained in:
@@ -23,8 +23,8 @@ limitations under the License.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<component v-for="(component, key) in tabs"
|
||||
:is="component"
|
||||
<component :is="component"
|
||||
v-for="(component, key) in tabs"
|
||||
:ref="key"
|
||||
:key="key"
|
||||
:style="{ display: key === tab ? 'block' : 'none' }"
|
||||
|
Reference in New Issue
Block a user