mirror of
https://github.com/HumanAIGC-Engineering/OpenAvatarChat-WebUI.git
synced 2026-02-05 01:49:21 +08:00
14
src/App.vue
14
src/App.vue
@@ -1,11 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import WebcamPermission from '@/components/WebcamPermission.vue';
|
||||
import { antdLocale, locale } from '@/langs';
|
||||
import VideoChat from '@/views/VideoChat/index.vue';
|
||||
import { ConfigProvider } from 'ant-design-vue';
|
||||
import { useVideoChatStore } from './store';
|
||||
const videoChatState = useVideoChatStore();
|
||||
videoChatState.init();
|
||||
import WebcamPermission from '@/components/WebcamPermission.vue'
|
||||
import { antdLocale, locale } from '@/langs'
|
||||
import VideoChat from '@/views/VideoChat/index.vue'
|
||||
import { ConfigProvider } from 'ant-design-vue'
|
||||
import { useVideoChatStore } from './store'
|
||||
const videoChatState = useVideoChatStore()
|
||||
videoChatState.init()
|
||||
// import dayjs from 'dayjs';
|
||||
// import 'dayjs/locale/zh-cn';
|
||||
// dayjs.locale('zh-cn');
|
||||
|
||||
Reference in New Issue
Block a user