fix: utils

This commit is contained in:
chenjiahan
2020-07-07 15:06:16 +08:00
parent 0024a2db42
commit 4c87fe2479
6 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { ref } from 'vue';
import { deepAssign } from '../../src/utils/deep-assign';
import { deepAssign } from '../utils/deep-assign';
import defaultMessages from './lang/zh-CN';
type Messages = Record<string, Record<string, any>>;