chore: initial commit
This commit is contained in:
9
src/types/global.ts
Normal file
9
src/types/global.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
declare global {
|
||||
const __DEV__: boolean;
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface ComponentCustomProperties {
|
||||
__DEV__: boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user