fix config loss when run network (#1802)

This commit is contained in:
KKRainbow
2026-01-17 00:58:42 +08:00
committed by GitHub
parent 005b321f62
commit 8343cd5e76
4 changed files with 34 additions and 20 deletions
@@ -9,7 +9,7 @@ import {
NetworkingMethod,
removeRow
} from '../types/network'
import { defineProps, defineEmits, ref, onMounted, onUnmounted } from 'vue'
import { ref, onMounted, onUnmounted } from 'vue'
import { useI18n } from 'vue-i18n'
const props = defineProps<{