Browse Source

移除测试代码

fan 4 years ago
parent
commit
5d53ee6b41

File diff suppressed because it is too large
+ 7517 - 5617
dist/index.common.js


File diff suppressed because it is too large
+ 7517 - 5617
dist/index.umd.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.umd.min.js


+ 0 - 0
examples/dist/css/index.fb7c8942.css → examples/dist/css/index.6fdb6837.css


+ 1 - 1
examples/dist/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>Lemon IMUI</title><link href=css/index.fb7c8942.css rel=preload as=style><link href=js/chunk-vendors.2abee366.js rel=preload as=script><link href=js/index.f2122123.js rel=preload as=script><link href=css/index.fb7c8942.css rel=stylesheet></head><body><noscript><strong>We're sorry but flat-im doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.2abee366.js></script><script src=js/index.f2122123.js></script></body></html>
+<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>Lemon IMUI</title><link href=css/index.6fdb6837.css rel=preload as=style><link href=js/chunk-vendors.e4810482.js rel=preload as=script><link href=js/index.ff387064.js rel=preload as=script><link href=css/index.6fdb6837.css rel=stylesheet></head><body><noscript><strong>We're sorry but flat-im doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.e4810482.js></script><script src=js/index.ff387064.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/chunk-vendors.2abee366.js


File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/chunk-vendors.e4810482.js


File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/index.f2122123.js


File diff suppressed because it is too large
+ 0 - 0
examples/dist/js/index.ff387064.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "lemon-imui",
-  "version": "1.6.12",
+  "version": "1.6.13",
   "main": "dist/index.umd.min.js",
   "description": "基于 VUE2.0 的 IM 聊天组件",
   "homepage": "http://june000.gitee.io/lemon-im/",

+ 3 - 2
packages/components/index.vue

@@ -582,7 +582,9 @@ export default {
     lastContentRender(message) {
       if (!isFunction(lastContentRender[message.type])) {
         console.error(
-          `not found '${message.type}' of the latest message renderer,try to use ‘setLastContentRender()’`,
+          `not found '${
+            message.type
+          }' of the latest message renderer,try to use ‘setLastContentRender()’`,
         );
         return "";
       }
@@ -662,7 +664,6 @@ export default {
       if (this.currentContactId) {
         const editorValue = clearHtmlExcludeImg(this.getEditorValue()).trim();
         if (editorValue) {
-          alert(editorValue);
           this.setDraft(this.currentContactId, editorValue);
           this.setEditorValue();
         } else {

Some files were not shown because too many files changed in this diff