Skip to content

Commit

Permalink
chore: start 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 11, 2023
1 parent 105ba99 commit 1658ff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/publish/tab/setting/common/KmsSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
import { ref } from "vue"
import { API_TYPE_CONSTANTS } from "~/utils/constants/apiTypeConstants"
import { KmsCfg } from "~/utils/platform/commonblog/kms/kmsCfg"
import CommonBlogSetting from "../CommonBlogSetting.vue"
import { CommonblogPlaceholder } from "~/utils/platform/commonblog/CommonblogPlaceholder"
import { useI18n } from "vue-i18n"
const { t } = useI18n()
const apiType = ref(API_TYPE_CONSTANTS.API_TYPE_KMS)
const kmsCfg = new KmsCfg()
Expand Down

0 comments on commit 1658ff9

Please sign in to comment.