update moment全局化

This commit is contained in:
2021-04-28 09:32:40 +08:00
parent bfb61e728c
commit a52dd1bdb2
7 changed files with 22 additions and 33 deletions

View File

@@ -9,10 +9,6 @@
<script>
import zh_CN from 'ant-design-vue/es/locale/zh_CN';
import moment from 'moment';
import 'moment/locale/zh-cn';
moment.locale('zh-cn');
export default {
name: 'App',
data() {