@bcc-code/vue-bcc-chat-ui 1.1.4 → 1.1.6

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bcc-code/vue-bcc-chat-ui",
3
3
  "author": "bcc-code",
4
4
  "license": "Apache-2.0",
5
- "version": "1.1.4",
5
+ "version": "1.1.6",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [
@@ -93,13 +93,8 @@ const initTemplates = () => {
93
93
  messageListConfiguration.value = new MessageListConfiguration({
94
94
  templates: definedTemplates,
95
95
  });
96
-
97
96
  }
98
97
 
99
-
100
-
101
-
102
-
103
98
  </script>
104
99
 
105
100
  <template>