【优化】:mall 客服表情包存放到本地使用

This commit is contained in:
puhui999
2024-07-03 17:51:58 +08:00
parent 33cf98e306
commit b0b62eb250
53 changed files with 62 additions and 53 deletions

View File

@ -26,8 +26,9 @@
<script lang="ts" setup>
defineOptions({ name: 'EmojiSelectPopover' })
import { Emoji, getEmojiList } from './emoji'
import { Emoji, useEmoji } from './emoji'
const { getEmojiList } = useEmoji()
const emojiList = computed(() => getEmojiList())
const emits = defineEmits<{