refactor: fix broken Vue component custom properties (#9351)
This commit is contained in:

committed by
GitHub

parent
8f389b6a73
commit
411b088418
@@ -381,10 +381,3 @@ export class ColdDeviceStorage {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// このファイルに書きたくないけどここに書かないと何故かVeturが認識しない
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$store: typeof defaultStore;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user