From 05de0bd8183e5bf9059239b4ed8d3e756f4e82f5 Mon Sep 17 00:00:00 2001 From: maizhiyuan Date: Tue, 14 Sep 2021 13:55:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Dbug=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4sticky=E4=B8=AD=E7=9A=84=E6=97=A0=E6=95=88=E7=9A=84imp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devui/sticky/src/sticky.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/devui/sticky/src/sticky.tsx b/devui/sticky/src/sticky.tsx index a0bcfc02..bdd0fd45 100644 --- a/devui/sticky/src/sticky.tsx +++ b/devui/sticky/src/sticky.tsx @@ -1,4 +1,3 @@ -import './sticky.scss' import { defineComponent, onMounted, reactive, ref, watch } from 'vue' -- Gitee