From 8d3a15b117ac9188873ced14ea731b3480af3b99 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 11 Dec 2021 11:55:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20main=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EA=B0=80=20vue=EB=A1=9C=20=ED=86=B5=ED=95=A9=EB=90=98=EC=97=88?= =?UTF-8?q?=EC=9C=BC=EB=AF=80=EB=A1=9C=20printCSS=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- hwe/ts/v_main.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index 8a08cdec..512b5c6c 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -126,7 +126,7 @@ if (!$otherTextInfo) { - + DB::prefix(), diff --git a/hwe/ts/v_main.ts b/hwe/ts/v_main.ts index 8a8aed66..8287562a 100644 --- a/hwe/ts/v_main.ts +++ b/hwe/ts/v_main.ts @@ -1,5 +1,3 @@ -import $ from 'jquery'; - exportWindow(scrollHardTo, 'scrollHardTo'); import { exportWindow } from '@util/exportWindow';