mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-19 16:38:41 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
declare module "*.vue" {
|
||
|
import Vue from "vue";
|
||
|
export default Vue;
|
||
|
}
|