im-ui-mobile 0.0.77 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -70,6 +70,7 @@ const install = (app, options = {}) => {
70
70
  const getConfig = () => ({ ...config });
71
71
  const webSocket = new WebSocket();
72
72
  const emoji = new Emoji({ emojiUrl: config.emojiUrl })
73
+ emoji.setEmojiUrl(config.emojiUrl)
73
74
 
74
75
  export {
75
76
  getConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "im-ui-mobile",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "A Vue3.0 + typescript instant messaging component library for Uniapp",
5
5
  "type": "module",
6
6
  "main": "index.js",