Basic status posting.
This commit is contained in:
parent
8630f91a13
commit
7980558461
6 changed files with 117 additions and 22 deletions
|
@ -1,4 +1,5 @@
|
|||
import LoginForm from '../login_form/login_form.vue'
|
||||
import PostStatusForm from '../post_status_form/post_status_form.vue'
|
||||
|
||||
const UserPanel = {
|
||||
computed: {
|
||||
|
@ -11,7 +12,8 @@ const UserPanel = {
|
|||
}
|
||||
},
|
||||
components: {
|
||||
LoginForm
|
||||
LoginForm,
|
||||
PostStatusForm
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue