Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjutian committed Jun 12, 2023
1 parent 99112cc commit c529843
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
16 changes: 0 additions & 16 deletions examples/nav.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,6 @@
{
"path": "/button-my2",
"title": "ButtonMy2"
},
{
"path": "/ButtonMy2",
"title": "Buttonmy2"
}
]
}
Expand Down Expand Up @@ -645,10 +641,6 @@
{
"path": "/button-my2",
"title": "ButtonMy2"
},
{
"path": "/ButtonMy2",
"title": "Buttonmy2"
}
]
}
Expand Down Expand Up @@ -971,10 +963,6 @@
{
"path": "/button-my2",
"title": "ButtonMy2"
},
{
"path": "/ButtonMy2",
"title": "Buttonmy2"
}
]
}
Expand Down Expand Up @@ -1297,10 +1285,6 @@
{
"path": "/button-my2",
"title": "ButtonMy2"
},
{
"path": "/ButtonMy2",
"title": "Buttonmy2"
}
]
}
Expand Down
5 changes: 0 additions & 5 deletions types/ButtonMy2.d.ts

This file was deleted.

17 changes: 8 additions & 9 deletions types/element-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ import { ElDescriptions } from './descriptions'
import { ElDescriptionsItem } from './descriptions-item'
import { ElResult } from './result'
import { ElStatistic } from './statistic'
import { ElButtonMy2 } from './button-my2'
import { ElButtonmy2 } from './ButtonMy2'


import { ElButtonMy2 } from './button-my2'

export interface InstallationOptions {
locale: any,
i18n: any,
Expand Down Expand Up @@ -381,9 +381,8 @@ export class DescriptionsItem extends ElDescriptionsItem {}
export class Result extends ElResult {}

/** Statistic Component */
export class Statistic extends ElStatistic {}
/** ButtonMy2 Component */
export class ButtonMy2 extends ElButtonMy2 {}

/** Buttonmy2 Component */
export class Buttonmy2 extends ElButtonmy2 {}
export class Statistic extends ElStatistic {}
/** ButtonMy2 Component */
export class ButtonMy2 extends ElButtonMy2 {}


0 comments on commit c529843

Please sign in to comment.