


diff --git a/src/assets/img/icon/message/emoji/eb5.webp b/src/assets/img/icon/message/emoji/eb5.webp deleted file mode 100644 index 2c8b0bc..0000000 Binary files a/src/assets/img/icon/message/emoji/eb5.webp and /dev/null differ diff --git a/src/assets/img/icon/message/emoji/fc0.webp b/src/assets/img/icon/message/emoji/fc0.webp deleted file mode 100644 index 1c66fa3..0000000 Binary files a/src/assets/img/icon/message/emoji/fc0.webp and /dev/null differ diff --git a/src/assets/img/icon/message/emoji/fc1.webp b/src/assets/img/icon/message/emoji/fc1.webp deleted file mode 100644 index c6027ad..0000000 Binary files a/src/assets/img/icon/message/emoji/fc1.webp and /dev/null differ diff --git a/src/assets/img/icon/message/emoji/fc2.webp b/src/assets/img/icon/message/emoji/fc2.webp deleted file mode 100644 index 82d5471..0000000 Binary files a/src/assets/img/icon/message/emoji/fc2.webp and /dev/null differ diff --git a/src/components/AutoInput.vue b/src/components/AutoInput.vue index 0a0aafb..a0e8d47 100644 --- a/src/components/AutoInput.vue +++ b/src/components/AutoInput.vue @@ -3,7 +3,8 @@ :placeholder="placeholder" class="auto-input" contenteditable - @input="changeText">{{ innerText }} + @input="changeText"> + {{ modelValue }} @@ -20,10 +21,9 @@ export default { mounted() { // this.$refs.input.setAttribute("placeholder", "改变") }, + computed: {}, data: function () { - return { - innerText: this.modelValue, - } + return {} }, methods: { changeText(e) { diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 43985c9..d2c6d41 100644 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -65,7 +65,7 @@