From a646374e32302da73bbcd7b61713244fc5e42b98 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 20 Sep 2024 14:56:43 +0300 Subject: [PATCH] PTViewer description updated --- apps/showcase/components/doc/DocApiSection.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/showcase/components/doc/DocApiSection.vue b/apps/showcase/components/doc/DocApiSection.vue index 0f49cc07c..1341e1d2b 100644 --- a/apps/showcase/components/doc/DocApiSection.vue +++ b/apps/showcase/components/doc/DocApiSection.vue @@ -348,7 +348,6 @@ export default { return !findMainInterface || findMainInterface.values.props.length > 0; } }, - computed: { description() { return this.doc && this.doc.length > 0 ? `API defines helper props, events and others for the PrimeVue ${this.header} module.` : `${this.header} is a CSS feature so does not provide a Javascript API`;