Merge branch 'more-fixes' into shigusegubu-themes3
This commit is contained in:
commit
c116291a50
1 changed files with 1 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ import { mapState } from 'vuex'
|
|||
|
||||
import PostStatusForm from 'src/components/post_status_form/post_status_form.vue'
|
||||
import UserCard from 'src/components/user_card/user_card.vue'
|
||||
import AuthForm from 'src/components/auth_form/auth_form.js'
|
||||
|
||||
const UserPanel = {
|
||||
computed: {
|
||||
|
|
@ -12,9 +13,6 @@ const UserPanel = {
|
|||
...mapState({ user: (state) => state.users.currentUser }),
|
||||
},
|
||||
components: {
|
||||
AuthForm: defineAsyncComponent(
|
||||
() => import('src/components/auth_form/auth_form.js'),
|
||||
),
|
||||
PostStatusForm,
|
||||
UserCard,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue