mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 07:52:59 +08:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
import Store from '../src/store/index';
|
|
|
|
declare module '@vue/runtime-core' {
|
|
interface ComponentCustomProperties {
|
|
$store: typeof Store;
|
|
}
|
|
}
|