Skip to content

Commit

Permalink
Update Get Started with Vue 3 (fix #5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Jan 24, 2024
1 parent 700c721 commit c06f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const creator = new SurveyCreatorModel(creatorOptions);

### Render Survey Creator

Survey Creator rendering code is encapsulated in the `SurveyCreatorComponent`. To use it in your template, you need to install `surveyPlugin` (for SurveyJS Form Library) and `surveyCreatorPlugin`. Open the `main.ts` file, import these plugins, and install them using the `app.use()` method:
Survey Creator rendering code is encapsulated in the `SurveyCreatorComponent`. To use it in your template, you need to install `surveyPlugin` (for SurveyJS Form Library) and `surveyCreatorPlugin`. Open the `main.ts` file, import these plugins, and install them using the `app.use()` method *in the exact order shown below*:

```js
// main.ts
Expand Down

0 comments on commit c06f03a

Please sign in to comment.