From 411b08841829fa07e8d87c01947ca6ebdbc70b4a Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 19 Dec 2022 10:40:57 +0900 Subject: refactor: fix broken Vue component custom properties (#9351) --- packages/client/src/instance.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packages/client/src/instance.ts') diff --git a/packages/client/src/instance.ts b/packages/client/src/instance.ts index d24eb2419a..4f591f4fc1 100644 --- a/packages/client/src/instance.ts +++ b/packages/client/src/instance.ts @@ -43,10 +43,3 @@ export const emojiTags = computed(() => { } return Array.from(tags); }); - -// このファイルに書きたくないけどここに書かないと何故かVeturが認識しない -declare module '@vue/runtime-core' { - interface ComponentCustomProperties { - $instance: typeof instance; - } -} -- cgit v1.2.3-freya