refactor
This commit is contained in:
parent
8cc80faf20
commit
39c3995c74
7 changed files with 20 additions and 36 deletions
|
|
@ -46,7 +46,7 @@ let dialog = $ref(null);
|
|||
let name: string = $ref(props.emoji.name);
|
||||
let category: string = $ref(props.emoji.category);
|
||||
let aliases: string = $ref(props.emoji.aliases.join(' '));
|
||||
const categories = await getCustomEmojiCategories();
|
||||
const categories = getCustomEmojiCategories();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(ev: 'done', v: { deleted?: boolean, updated?: any }): void,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue