We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97fa2f + 739a4c4 commit 69f8d66Copy full SHA for 69f8d66
docs/components/vuetools/integration.md
@@ -120,7 +120,7 @@ class MyComponentManagerController extends modExtraManagerController
120
protected static $vueCoreCheckRegistered = false;
121
122
/**
123
- * Регистрация Vue ES module с проверкой зависимости ModxProVueCore
+ * Регистрация Vue ES module с проверкой зависимости VueTools
124
*
125
* @param string $src URL скрипта модуля
126
*/
@@ -459,7 +459,7 @@ export default new Request()
459
Использование:
460
461
```javascript
462
-// Вместо useApi из ModxProVueCore
+// Вместо useApi из VueTools
463
import request from '../request.js'
464
465
const products = await request.get('/api/products', { limit: 20 })
0 commit comments