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 67ac79b commit 6efad1dCopy full SHA for 6efad1d
demo/src/ChatContainer.vue
@@ -78,12 +78,8 @@ import {
78
} from '@/firestore'
79
import { parseTimestamp, isSameDay } from '@/utils/dates'
80
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
85
// import ChatWindow from 'vue-advanced-chat'
86
-// import 'vue-advanced-chat/dist/vue-advanced-chat.css'
+// import ChatWindow from './../../dist/vue-advanced-chat.umd.min.js'
87
88
export default {
89
components: {
0 commit comments