From 54e4d74d0a7c7de6b48228b02b8adc4bc0e85f4e Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 8 Apr 2022 19:18:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=A5=EC=88=98=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=84=88=EB=B9=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/v_join.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/ts/v_join.ts b/hwe/ts/v_join.ts index 66abce02..2ef5a4a5 100644 --- a/hwe/ts/v_join.ts +++ b/hwe/ts/v_join.ts @@ -1,5 +1,8 @@ import { createApp } from 'vue' import PageJoin from '@/PageJoin.vue'; import BootstrapVue3 from 'bootstrap-vue-3' +import { auto500px } from './util/auto500px'; + +auto500px(); createApp(PageJoin).use(BootstrapVue3).mount('#app') \ No newline at end of file