Skip to content

Commit 69f8d66

Browse files
authored
Merge pull request #814 from modx-pro/minishop3
заменил пару строк старого нейминга
2 parents e97fa2f + 739a4c4 commit 69f8d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/vuetools/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class MyComponentManagerController extends modExtraManagerController
120120
protected static $vueCoreCheckRegistered = false;
121121

122122
/**
123-
* Регистрация Vue ES module с проверкой зависимости ModxProVueCore
123+
* Регистрация Vue ES module с проверкой зависимости VueTools
124124
*
125125
* @param string $src URL скрипта модуля
126126
*/
@@ -459,7 +459,7 @@ export default new Request()
459459
Использование:
460460
461461
```javascript
462-
// Вместо useApi из ModxProVueCore
462+
// Вместо useApi из VueTools
463463
import request from '../request.js'
464464

465465
const products = await request.get('/api/products', { limit: 20 })

0 commit comments

Comments
 (0)