mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-03 02:47:30 +00:00
fix(table): make sure the editing line is working, fix #439
This commit is contained in:
10
types/global.d.ts
vendored
10
types/global.d.ts
vendored
@@ -10,6 +10,16 @@ declare global {
|
||||
declare interface Window {
|
||||
// Global vue app instance
|
||||
__APP__: App<Element>;
|
||||
|
||||
__APP_INFO__: {
|
||||
pkg: {
|
||||
name: string;
|
||||
version: string;
|
||||
dependencies: Recordable<string>;
|
||||
devDependencies: Recordable<string>;
|
||||
};
|
||||
lastBuildTime: string;
|
||||
};
|
||||
}
|
||||
|
||||
// vue
|
||||
|
Reference in New Issue
Block a user