mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Convert to PrimeVue monorepo
This commit is contained in:
parent
970ba75b06
commit
61929eae75
4144 changed files with 59008 additions and 36177 deletions
|
@ -1,16 +0,0 @@
|
|||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import InputGroupAddonStyle from 'primevue/inputgroupaddon/style';
|
||||
|
||||
export default {
|
||||
name: 'BaseInputGroupAddon',
|
||||
extends: BaseComponent,
|
||||
style: InputGroupAddonStyle,
|
||||
provide() {
|
||||
return {
|
||||
$pcInputGroupAddon: this,
|
||||
$parentInstance: this
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue