File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ You can import it as a custom component:
97
97
98
98
< script>
99
99
import ChatWindow from ' vue-advanced-chat'
100
+ import ' vue-advanced-chat/dist/vue-advanced-chat.css'
100
101
101
102
export default {
102
103
components: {
Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ import {
78
78
} from ' @/firestore'
79
79
import { parseTimestamp , isSameDay } from ' @/utils/dates'
80
80
import ChatWindow from ' ./../../src/ChatWindow'
81
+
81
82
// import ChatWindow from 'vue-advanced-chat'
83
+ // import 'vue-advanced-chat/dist/vue-advanced-chat.css'
82
84
// import ChatWindow from './../../dist/vue-advanced-chat.umd.min.js'
83
85
84
86
export default {
Original file line number Diff line number Diff line change @@ -3,8 +3,5 @@ module.exports = {
3
3
config . externals ( {
4
4
lamejs : 'lamejs'
5
5
} )
6
- } ,
7
- css : {
8
- extract : false
9
6
}
10
7
}
You can’t perform that action at this time.
0 commit comments