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:
9797
9898< script>
9999 import ChatWindow from ' vue-advanced-chat'
100+ import ' vue-advanced-chat/dist/vue-advanced-chat.css'
100101
101102 export default {
102103 components: {
Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ import {
7878} from ' @/firestore'
7979import { parseTimestamp , isSameDay } from ' @/utils/dates'
8080import ChatWindow from ' ./../../src/ChatWindow'
81+
8182// import ChatWindow from 'vue-advanced-chat'
83+ // import 'vue-advanced-chat/dist/vue-advanced-chat.css'
8284// import ChatWindow from './../../dist/vue-advanced-chat.umd.min.js'
8385
8486export default {
Original file line number Diff line number Diff line change @@ -3,8 +3,5 @@ module.exports = {
33 config . externals ( {
44 lamejs : 'lamejs'
55 } )
6- } ,
7- css : {
8- extract : false
96 }
107}
You can’t perform that action at this time.
0 commit comments