Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Last active April 9, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/d02096739569f3f92e5ea6f32ee74b3a to your computer and use it in GitHub Desktop.
Save BrightnBubbly/d02096739569f3f92e5ea6f32ee74b3a 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