[Bug] Scroll conversation to bottom on load (#205)

This commit is contained in:
Pranav Raj S 2019-11-12 09:46:30 +05:30 committed by GitHub
parent e37c04a81f
commit 6d8b6d4769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 53 additions and 12 deletions

View file

@ -5,15 +5,18 @@
:key="message.id"
:message="message"
/>
<branding></branding>
</section>
</template>
<script>
import Branding from 'widget/components/Branding.vue';
import ChatMessage from 'widget/components/ChatMessage.vue';
export default {
name: 'ConversationWrap',
components: {
Branding,
ChatMessage,
},
props: {