Feature: Update design for web widget (#408)
This commit is contained in:
parent
655c585358
commit
7cf19e0b52
11 changed files with 184 additions and 77 deletions
|
@ -13,12 +13,10 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<branding></branding>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Branding from 'widget/components/Branding.vue';
|
||||
import ChatMessage from 'widget/components/ChatMessage.vue';
|
||||
import DateSeparator from 'shared/components/DateSeparator.vue';
|
||||
import Spinner from 'shared/components/Spinner.vue';
|
||||
|
@ -27,7 +25,6 @@ import { mapActions, mapGetters } from 'vuex';
|
|||
export default {
|
||||
name: 'ConversationWrap',
|
||||
components: {
|
||||
Branding,
|
||||
ChatMessage,
|
||||
DateSeparator,
|
||||
Spinner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue