more
This commit is contained in:
parent
b2dca4a3f6
commit
74a82f484a
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ export const useEmojiStore = defineStore('emoji', {
|
|||
async getStaticEmoji() {
|
||||
try {
|
||||
// See build/emojis_plugin for more details
|
||||
const values = (await import('/src/assets/emoji.json')).default
|
||||
const values = (await import('src/assets/emoji.json')).default
|
||||
|
||||
const emoji = Object.keys(values).reduce((res, groupId) => {
|
||||
res[groupId] = values[groupId].map((e) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue