Table: Computed property "bodyStyle" is already defined in Props. #5243
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
and
files-component.ts:921 [Vue warn]: Computed property "getPTOptions" is already defined in Methods.
Strange problem. Because of some directive changes, I get the error “Computed property “bodyStyle” is already defined in Props.” And at the same time it stops responding or starts to lag very much.
This only happens with primevue components
I don’t understand the reason and this happens randomly when the data is changed. And sometimes in a different component altogether, I don’t understand why.
Perhaps this is due to asynchronous connection of the components
As an example
MarksTabComponent: defineAsyncComponent({
loader: () => import('@/components/scene-marks-tab/scene-marks.vue'),
loadingComponent: SkeletonLoader,
}),
This does not happen with ion and other components.
my "vue": "3.4.15",
Reproducer
no
PrimeVue version
3.48.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
last chrome
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: