Remove double escape chars

pull/3699/head
mertsincan 2023-03-02 09:22:22 +00:00
parent accc31d661
commit 8167abdc0c
18 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
contact_links:
- name: Support
url: https://primevue.org//support/
url: https://primevue.org/support/
about: Professional support for the open source innovation.

View File

@ -98,7 +98,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [Accordion](https://primevue.org//accordion)
* - [Accordion](https://primevue.org/accordion)
*
*/
export default AccordionTab;

View File

@ -2,7 +2,7 @@
*
* Avatar represents people using icons, labels and images.
*
* - [Live Demo](https://primevue.org//avatar)
* - [Live Demo](https://primevue.org/avatar)
*
* @module avatar
*/

View File

@ -32,7 +32,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [DataViewLayoutOptions](https://primevue.org//dataview)
* - [DataViewLayoutOptions](https://primevue.org/dataview)
*
*/
export default DataViewLayoutOptions;

View File

@ -2,7 +2,7 @@
*
* Divider is used to separate contents.
*
* [Live Demo](https://primevue.org//divider)
* [Live Demo](https://primevue.org/divider)
*
* @module divider
*
@ -47,7 +47,7 @@ export interface DividerEmits {}
*
* _Divider is used to separate contents._
*
* [Live Demo](https://primevue.org//divider)
* [Live Demo](https://primevue.org/divider)
* --- ---
* ![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg)
*

View File

@ -456,7 +456,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [Dropdown](https://primevue.org//dropdown)
* - [Dropdown](https://primevue.org/dropdown)
*
*/
export default Dropdown;

View File

@ -2,7 +2,7 @@
*
* DynamicDialogs can be created dynamically with any component as the content using a DialogService.
*
* - [Live Demo](https://primevue.org//dynamicdialog)
* - [Live Demo](https://primevue.org/dynamicdialog)
*
* @module dynamicdialog
*

View File

@ -27,7 +27,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [FullCalendar](https://primevue.org//fullcalendar)
* - [FullCalendar](https://primevue.org/fullcalendar)
*
* @deprecated
*/

View File

@ -86,7 +86,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [Image](https://primevue.org//image)
* - [Image](https://primevue.org/image)
*
*/
export default Image;

View File

@ -2,7 +2,7 @@
*
* OrderList is used to managed the order of a collection.
*
* - [Live Demo](https://primevue.org//orderlist)
* - [Live Demo](https://primevue.org/orderlist)
*
* @module orderlist
*

View File

@ -6,7 +6,7 @@
*
* - OrganizationChartNode
*
* - [Live Demo](https://primevue.org//organizationchart)
* - [Live Demo](https://primevue.org/organizationchart)
*
* @module organizationchart
*/

View File

@ -2,7 +2,7 @@
*
* OverlayPanel is a container component positioned as connected to its target.
*
* - [Live Demo](https://primevue.org//overlaypanel)
* - [Live Demo](https://primevue.org/overlaypanel)
*
* @module overlaypanel
*

View File

@ -2,7 +2,7 @@
*
* Paginator is a generic component to display content in paged format.
*
* - [Paginator](https://primevue.org//paginator)
* - [Paginator](https://primevue.org/paginator)
*
* @module paginator
*

View File

@ -2,7 +2,7 @@
*
* PickList is used to reorder items between different lists.
*
* - [Live Demo](https://primevue.org//picklist)
* - [Live Demo](https://primevue.org/picklist)
*
* @module picklist
*

View File

@ -2,7 +2,7 @@
*
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
*
* - [Live Demo](https://primevue.org//sidebar)
* - [Live Demo](https://primevue.org/sidebar)
*
* @module sidebar
*
@ -119,7 +119,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [Sidebar](https://primevue.org//sidebar)
* - [Sidebar](https://primevue.org/sidebar)
*
*/
export default Sidebar;

View File

@ -129,11 +129,11 @@ declare module '@vue/runtime-core' {
*
* Helper API:
*
* - [MenuItem](https://primevue.org//menumodel)
* - [MenuItem](https://primevue.org/menumodel)
*
* Demos:
*
* - [TieredMenu](https://primevue.org//tieredmenu)
* - [TieredMenu](https://primevue.org/tieredmenu)
*
*/
export default TieredMenu;

View File

@ -2,7 +2,7 @@
*
* Timeline visualizes a series of chained events.
*
* - [Live Demo](https://primevue.org//timeline)
* - [Live Demo](https://primevue.org/timeline)
*
* @module timeline
*/

View File

@ -240,7 +240,7 @@ declare module '@vue/runtime-core' {
*
* Demos:
*
* - [Tree](https://primevue.org//tree)
* - [Tree](https://primevue.org/tree)
*
*/
export default Tree;