Browse Source

引用路径改为相对路径

lincl 4 years ago
parent
commit
a39e79b200
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/validateForm.js

+ 1 - 1
src/utils/validateForm.js

@ -1,4 +1,4 @@
import i18n from '@/lang'
import i18n from '../lang'
const $t = function() {
  return i18n.t.apply(i18n, arguments)