Handy_Cao 1 年之前
父节点
当前提交
a301a5a14a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/components/base/slider-verify/index.vue

+ 0 - 2
src/components/base/slider-verify/index.vue

@@ -6,8 +6,6 @@
 import { ref, reactive, watch, nextTick } from 'vue'
 import { i18n } from "@/stores"
 
-const { t } = i18n.global
-
 const props = defineProps({
     // 是否开启服务端验证 
     servertest: {