mysql数据库表名和字段默认小写、启动国际化警告问题解决

This commit is contained in:
zhangdaiscott
2020-05-19 00:24:50 +08:00
parent dc804d9372
commit 01ce2e8dab
2 changed files with 147 additions and 147 deletions

View File

@ -1,9 +1,9 @@
<template>
<a-locale-provider :locale="locale">
<a-config-provider :locale="locale">
<div id="app">
<router-view/>
</div>
</a-locale-provider>
</a-config-provider>
</template>
<script>
import zhCN from 'ant-design-vue/lib/locale-provider/zh_CN'