refactor(dev): 将 $__DEV__ 重命名为 __DEV__
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
declare global {
|
||||
const $__DEV__: boolean;
|
||||
const __DEV__: boolean;
|
||||
}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface ComponentCustomProperties {
|
||||
$__DEV__: boolean;
|
||||
__DEV__: boolean;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user