We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1611878 commit 02c81f7Copy full SHA for 02c81f7
README.md
@@ -69,33 +69,10 @@ Vue.use(Chat)
69
</template>
70
```
71
```javascript
72
-import CloseIcon from 'vue-beautiful-chat/src/assets/close-icon.png'
73
-import OpenIcon from 'vue-beautiful-chat/src/assets/logo-no-bg.svg'
74
-import FileIcon from 'vue-beautiful-chat/src/assets/file.svg'
75
-import CloseIconSvg from 'vue-beautiful-chat/src/assets/close.svg'
76
-
77
export default {
78
name: 'app',
79
data() {
80
return {
81
- icons:{
82
- open:{
83
- img: OpenIcon,
84
- name: 'default',
85
- },
86
- close:{
87
- img: CloseIcon,
88
89
90
- file:{
91
- img: FileIcon,
92
93
94
- closeSvg:{
95
- img: CloseIconSvg,
96
97
98
99
participants: [
100
{
101
id: 'user1',
0 commit comments