From 8a0cb3ce80f35aa073cdd85a9a30efa5d6a2d132 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 20 Dec 2017 11:03:08 +0800 Subject: [PATCH] update --- src/components/affix/affix.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/affix/affix.vue b/src/components/affix/affix.vue index 8b9cb5e..af9874f 100644 --- a/src/components/affix/affix.vue +++ b/src/components/affix/affix.vue @@ -101,7 +101,7 @@ this.slotStyle = { width: this.$refs.point.clientWidth + 'px', height: this.$refs.point.clientHeight + 'px' - } + }; this.slot = true; this.styles = { top: `${this.offsetTop}px`, -- libgit2 0.21.4