mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
fix: lint
This commit is contained in:
@@ -201,7 +201,7 @@ const hasArg = (args: string[], arg: string) => {
|
||||
:on-create="onCreateListen"
|
||||
>
|
||||
<template #default="{ value }">
|
||||
<div flex w-full items-center >
|
||||
<div flex w-full items-center>
|
||||
<n-input v-model:value="value.address" clearable />
|
||||
<n-checkbox
|
||||
:checked="hasArg(value.args, 'ssl')"
|
||||
|
||||
Reference in New Issue
Block a user