zhangwencui
2026-07-10 1c1f20aa356e90b59964dda3c0d7d1eb7f7e950f
src/packages/effects/common-ui/src/ui/profile/security-setting.vue
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { Recordable } from '..\..\..\..\..\types\src';
import type { Recordable } from '../../../../../types/src';
import type { SettingProps } from './types';
@@ -11,7 +11,7 @@
  FormItem,
  FormLabel,
  Switch,
} from '..\..\..\..\..\@core\ui-kit\shadcn-ui\src';
} from '../../../../../@core/ui-kit/shadcn-ui/src';
withDefaults(defineProps<SettingProps>(), {
  formSchema: () => [],