Rename componentbase with basecomponent

This commit is contained in:
mertsincan 2023-03-31 22:51:41 +01:00
parent 01c151b799
commit fa0241d46c
16 changed files with 35 additions and 35 deletions

View file

@ -7,10 +7,10 @@
</template>
<script>
import ComponentBase from 'primevue/componentbase';
import BaseComponent from 'primevue/basecomponent';
export default {
name: 'Divider',
extends: ComponentBase,
extends: BaseComponent,
props: {
align: {
type: String,