perf: 日期中文化
This commit is contained in:
@ -7,18 +7,19 @@
|
||||
|
||||
<script setup>
|
||||
import { useUserStore } from '@/stores';
|
||||
import { useChatStore } from '@/stores/modules/chat';
|
||||
// import { useChatStore } from '@/stores/modules/chat';
|
||||
|
||||
import { initApp } from '@/utils/user';
|
||||
import { useSidebarStore } from '@/stores/modules/side-bar';
|
||||
|
||||
import { ConfigProvider } from 'ant-design-vue';
|
||||
import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
||||
import 'dayjs/locale/zh-cn';
|
||||
|
||||
const userStore = useUserStore();
|
||||
const route = useRoute();
|
||||
// const route = useRoute();
|
||||
const sidebarStore = useSidebarStore();
|
||||
const chatStore = useChatStore();
|
||||
// const chatStore = useChatStore();
|
||||
|
||||
const redTheme = {
|
||||
token: {
|
||||
|
||||
Reference in New Issue
Block a user