Commit 01ce2e8d by zhangdaiscott

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

parent dc804d93
<template> <template>
<a-locale-provider :locale="locale"> <a-config-provider :locale="locale">
<div id="app"> <div id="app">
<router-view/> <router-view/>
</div> </div>
</a-locale-provider> </a-config-provider>
</template> </template>
<script> <script>
import zhCN from 'ant-design-vue/lib/locale-provider/zh_CN' import zhCN from 'ant-design-vue/lib/locale-provider/zh_CN'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment