mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-19 21:35:06 +08:00
【优化】:mall 客服表情包存放到本地使用
This commit is contained in:
@ -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<{
|
||||
|
Reference in New Issue
Block a user