chore: fix file naming

This commit is contained in:
chenjiahan
2020-03-21 14:20:30 +08:00
parent a8c671ecfd
commit 494ea8984c
10 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -47,8 +47,8 @@
</template>
<script>
import { zhCNData } from './data.zh-CN';
import { enUSData } from './data.en-US';
import { zhCNData } from './data-zh';
import { enUSData } from './data-en';
import { deepClone } from '../../utils/deep-clone';
export default {