mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Rename componentbase
with basecomponent
This commit is contained in:
parent
01c151b799
commit
fa0241d46c
16 changed files with 35 additions and 35 deletions
|
@ -36,12 +36,12 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ComponentBase from 'primevue/componentbase';
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import { DomHandler, UniqueComponentId } from 'primevue/utils';
|
||||
|
||||
export default {
|
||||
name: 'ScrollPanel',
|
||||
extends: ComponentBase,
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
step: {
|
||||
type: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue