Skip to content

Instantly share code, notes, and snippets.

@dongido001
Created July 8, 2019 16:17
Show Gist options
  • Save dongido001/f72489feda9fdc229d9cd7d56e9031f8 to your computer and use it in GitHub Desktop.
Save dongido001/f72489feda9fdc229d9cd7d56e9031f8 to your computer and use it in GitHub Desktop.
<template>
<div class="stream-chat row">
<active-chats-component :autheduser="autheduser"></active-chats-component>
<users-component></users-component>
</div>
</template>
<script>
export default {
props: ['autheduser'],
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment