Skip to content

Commit

Permalink
Merge pull request #56 from Enraged-Dun-Cookie-Development-Team/fix-方…
Browse files Browse the repository at this point in the history
…法undefined

🐛 重新导入错误方法
  • Loading branch information
phidiaLam authored Feb 22, 2024
2 parents aa4eff0 + 3ed33f3 commit 9e5fbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/fetcherConfig/fetcherDetailConfig/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
<script>
import ShowAndConfirm from "./showAndConfirm.vue";
import FormButton from "@/components/FormButton";
import { FetchController, registerDefaultDataSourceTypes } from '@enraged-dun-cookie-development-team/cookie-fetcher';
import { registerDefaultDataSourceTypes } from '@enraged-dun-cookie-development-team/cookie-fetcher';
import { FetchController } from '@enraged-dun-cookie-development-team/cookie-fetcher-core';
export default {
name: "FetcherDetailConfig",
components: { ShowAndConfirm, FormButton },
Expand Down Expand Up @@ -662,7 +663,6 @@ export default {
FetchController.validateConfig(fetcherConfig);
}
} catch (e) {
console.log(e)
fetcherConfigValidationMessage.push({ number: index+1, message: e.message });
}
Expand Down

0 comments on commit 9e5fbba

Please sign in to comment.