|
|
|
@ -3,7 +3,7 @@ import { registerJVxeTable } from '/@/components/jeecg/JVxeTable'; |
|
|
|
|
import { registerJVxeCustom } from '/@/components/JVxeCustom'; |
|
|
|
|
|
|
|
|
|
// 注册全局聊天表情包
|
|
|
|
|
import { Picker } from 'emoji-mart-vue-fast/src'; |
|
|
|
|
//import { Picker } from 'emoji-mart-vue-fast/src';
|
|
|
|
|
import { EmojiIndex } from "emoji-mart-vue-fast/src"; |
|
|
|
|
import data from "emoji-mart-vue-fast/data/apple.json"; |
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ export async function registerThirdComp(app: App) { |
|
|
|
|
await registerJVxeCustom(); |
|
|
|
|
//---------------------------------------------------------------------
|
|
|
|
|
// 注册全局聊天表情包
|
|
|
|
|
app.component('Picker', Picker); |
|
|
|
|
//app.component('Picker', Picker);
|
|
|
|
|
let myEmojiIndex = new EmojiIndex(data, { |
|
|
|
|
function() { |
|
|
|
|
return true; |
|
|
|
|