Skip to content

Commit 6efad1d

Browse files
committed
(demo) remove css file import
1 parent 67ac79b commit 6efad1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

demo/src/ChatContainer.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,8 @@ import {
7878
} from '@/firestore'
7979
import { parseTimestamp, isSameDay } from '@/utils/dates'
8080
import ChatWindow from './../../src/ChatWindow'
81-
82-
// import ChatWindow from './../../dist/vue-advanced-chat.umd.min.js'
83-
// import './../../dist/vue-advanced-chat.css'
84-
8581
// import ChatWindow from 'vue-advanced-chat'
86-
// import 'vue-advanced-chat/dist/vue-advanced-chat.css'
82+
// import ChatWindow from './../../dist/vue-advanced-chat.umd.min.js'
8783
8884
export default {
8985
components: {

0 commit comments

Comments
 (0)