瀏覽代碼

fix: eslint errors

0xJacky 1 年之前
父節點
當前提交
30f75ff7cd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/views/domain/DomainList.vue

+ 2 - 2
app/src/views/domain/DomainList.vue

@@ -53,6 +53,8 @@ const columns: Column[] = [{
 
 const table = ref()
 
+const inspect_config = ref()
+
 function enable(name: string) {
   domain.enable(name).then(() => {
     message.success($gettext('Enabled successfully'))
@@ -92,8 +94,6 @@ function handle_click_duplicate(name: string) {
   target.value = name
 }
 
-const inspect_config = ref()
-
 const route = useRoute()
 
 watch(route, () => {