From 3db60b05ce0c565ba975df749c1a071d1761c345 Mon Sep 17 00:00:00 2001 From: ashaamir Date: Thu, 15 Aug 2024 16:51:57 +0300 Subject: [PATCH] SEO-174654-REDIRECT-PAGE-VUE --- ej2-vue/diagram/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-vue/diagram/getting-started.md b/ej2-vue/diagram/getting-started.md index c240bae6d..2fe2fff5f 100644 --- a/ej2-vue/diagram/getting-started.md +++ b/ej2-vue/diagram/getting-started.md @@ -168,7 +168,7 @@ export default { {% endhighlight %} {% endtabs %} -2\. In the `template` section, define the Diagram component with [height](https://ej2.syncfusion.com/vue/documentation/api/diagram#height) and [width](https://ej2.syncfusion.com/vue/documentation/api/diagram#width) property. +2\. In the `template` section, define the Diagram component with [height](https://helpej2.syncfusion.com/vue/documentation/api/diagram/#height) and [width](https://helpej2.syncfusion.com/vue/documentation/api/diagram/#width) property. {% tabs %} {% highlight html tabtitle="~/src/App.vue" %}