Merge pull request #3 from ap1969/patch-1

Update getting-started.md
This commit is contained in:
sarathkumarvenkatesan 2022-01-10 12:34:46 +05:30 коммит произвёл GitHub
Родитель b766bb5939 2aa6987d89
Коммит b4c6ca9e4e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -86,7 +86,7 @@ and the EJ2 Vue Component as its arguments.
Refer the code snippet given below. Refer the code snippet given below.
```typescript ```typescript
import { DiagramComponent, DiagramPlugin } from '@syncfusion/ej2-vue-calendars'; import { DiagramComponent, DiagramPlugin } from '@syncfusion/ej2-vue-diagrams';
Vue.component(DiagramPlugin.name, DiagramComponent); Vue.component(DiagramPlugin.name, DiagramComponent);
``` ```
@ -696,4 +696,4 @@ The following code examples indicate how to define the default appearance of nod
</style> </style>
``` ```
{% endtab %} {% endtab %}