From f4601a4b5d8b66de8def16cc4e4a2168656209d7 Mon Sep 17 00:00:00 2001 From: chenghx Date: Mon, 20 Aug 2018 09:35:38 +0800 Subject: [PATCH] fix: card list header not show #19 --- src/components/layout/PageView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/PageView.vue b/src/components/layout/PageView.vue index 28f83dd..b3ba313 100644 --- a/src/components/layout/PageView.vue +++ b/src/components/layout/PageView.vue @@ -21,7 +21,7 @@ export default { extraImage: '' } }, - beforeMount () { + mounted () { this.getPageHeaderInfo() }, updated () {