refactor
parent
df5a35a277
commit
5b86f18e10
|
@ -62,13 +62,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Badge is a small status indicator for another element.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [Badge](https://www.primefaces.org/primevue/badge)
|
||||
*
|
||||
*/
|
||||
export default Badge;
|
||||
|
|
|
@ -77,13 +77,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* BlockUI can either block other components or the whole page.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [BlockUI](https://www.primefaces.org/primevue/blockui)
|
||||
*
|
||||
*/
|
||||
export default BlockUI;
|
||||
|
|
Loading…
Reference in New Issue