mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-16 03:55:26 +02:00
refactor: fix broken Vue component custom properties (#9351)
This commit is contained in:
committed by
GitHub
parent
8f389b6a73
commit
411b088418
@@ -43,10 +43,3 @@ export const emojiTags = computed(() => {
|
||||
}
|
||||
return Array.from(tags);
|
||||
});
|
||||
|
||||
// このファイルに書きたくないけどここに書かないと何故かVeturが認識しない
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$instance: typeof instance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user