Skip to content

Commit 003c467

Browse files
committed
(demo) fix lib import
1 parent 734436b commit 003c467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/ChatContainer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ import * as storageService from '@/database/storage'
8181
import { parseTimestamp, formatTimestamp } from '@/utils/dates'
8282
import logoAvatar from '@/assets/logo.png'
8383
84-
// import { register } from 'vue-advanced-chat'
84+
import { register } from 'vue-advanced-chat'
8585
// import { register } from './../../dist/vue-advanced-chat.es.js'
86-
import { register } from './../../src/lib/index.js'
86+
// import { register } from './../../src/lib/index.js'
8787
register()
8888
8989
export default {

0 commit comments

Comments
 (0)