This commit is contained in:
xiaojunnuo
2024-11-08 23:43:19 +08:00
parent e59deb23c2
commit d1c497df7f
32 changed files with 32 additions and 32 deletions
@@ -26,7 +26,7 @@
<script lang="ts">
import { utils } from "@fast-crud/fast-crud";
import _ from "lodash-es";
import * as _ from "lodash-es";
import { computed, defineComponent, ref } from "vue";
export default defineComponent({
@@ -83,7 +83,7 @@ import { SettingKeys } from "../api";
import * as emailApi from "./api.email";
import { notification } from "ant-design-vue";
import { useSettingStore } from "/src/store/modules/settings";
import _ from "lodash-es";
import * as _ from "lodash-es";
defineOptions({
name: "EmailSetting"
});