Skip to content

Commit 02c81f7

Browse files
committed
Removed icons from README.
1 parent 1611878 commit 02c81f7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,33 +69,10 @@ Vue.use(Chat)
6969
</template>
7070
```
7171
```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-
7772
export default {
7873
name: 'app',
7974
data() {
8075
return {
81-
icons:{
82-
open:{
83-
img: OpenIcon,
84-
name: 'default',
85-
},
86-
close:{
87-
img: CloseIcon,
88-
name: 'default',
89-
},
90-
file:{
91-
img: FileIcon,
92-
name: 'default',
93-
},
94-
closeSvg:{
95-
img: CloseIconSvg,
96-
name: 'default',
97-
},
98-
},
9976
participants: [
10077
{
10178
id: 'user1',

0 commit comments

Comments
 (0)