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 734436b commit 003c467Copy full SHA for 003c467
demo/src/ChatContainer.vue
@@ -81,9 +81,9 @@ import * as storageService from '@/database/storage'
81
import { parseTimestamp, formatTimestamp } from '@/utils/dates'
82
import logoAvatar from '@/assets/logo.png'
83
84
-// import { register } from 'vue-advanced-chat'
+import { register } from 'vue-advanced-chat'
85
// import { register } from './../../dist/vue-advanced-chat.es.js'
86
-import { register } from './../../src/lib/index.js'
+// import { register } from './../../src/lib/index.js'
87
register()
88
89
export default {
0 commit comments