style: прогнать prettier по frontend
This commit is contained in:
@@ -380,5 +380,3 @@ const closeDialog = (): void => {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
@@ -43,17 +43,14 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
<el-form
|
||||
<el-form
|
||||
ref="dataFormRef"
|
||||
:rules="dataFormRules"
|
||||
label-position="top"
|
||||
:model="dataForm"
|
||||
:disabled="true"
|
||||
>
|
||||
<el-tabs
|
||||
v-model="activeName"
|
||||
class="tabs"
|
||||
>
|
||||
<el-tabs v-model="activeName" class="tabs">
|
||||
<el-tab-pane :label="$t('hysteria.extension')" name="extension">
|
||||
<el-tooltip
|
||||
:content="$t('hysteria.config.remark')"
|
||||
@@ -980,8 +977,8 @@ export default {
|
||||
|
||||
<script setup lang="ts">
|
||||
import {
|
||||
defaultHysteria2ServerConfig,
|
||||
Hysteria2ServerConfig,
|
||||
defaultHysteria2ServerConfig,
|
||||
Hysteria2ServerConfig,
|
||||
} from "@/api/config/types";
|
||||
import Outbounds from "./components/Outbounds/index.vue";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user