Skip to content

Commit

Permalink
fix(docs): anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Mar 3, 2024
1 parent a45f07f commit 123c84d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/4.guides/2.renderers/2.vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ In order to customize the context menu for this rendering plugin, one can overri
}
```

## Use Vue.js plugins {#install-vue-plugins}
## Use Vue.js plugins {#use-vue-plugins}

Since `rete-vue-plugin` creates independent Vue.js instance for nodes, sockets, controls, etc., it doesn't inherit plugins from your project's main Vue instance. To bridge this gap, the plugin offers a solution: injecting a custom Vue application instance. This capability ensures that any Vue plugins or global components you wish to employ within your Rete-specific Vue components are accessible, enabling seamless sharing between your Vue.js application and Rete.js editor.

Expand Down
2 changes: 1 addition & 1 deletion content/uk/docs/4.guides/2.renderers/2.vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ render.addPreset(Presets.classic.setup({
}
```

## Використання Vue.js плагінів {#install-vue-plugins}
## Використання Vue.js плагінів {#use-vue-plugins}

Оскільки `rete-vue-plugin` створює незалежний екземпляр Vue.js для вузлів, сокетів, контролів тощо, він не успадковує плагіни з основного екземпляра Vue вашого проекту. Щоб заповнити цей пробіл, плагін пропонує рішення: впровадження власного екземпляра додатку Vue. Ця можливість забезпечує доступність будь-яких плагінів Vue або глобальних компонентів, які ви бажаєте використовувати в компонентах Vue, специфічних для Rete, тим самим забезпечуючи безперешкодне спільне використання між вашим додатком Vue.js та редактором Rete.js.

Expand Down

0 comments on commit 123c84d

Please sign in to comment.