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.
1 parent 371b35e commit f2e77edCopy full SHA for f2e77ed
doc/index.rst
@@ -54,7 +54,7 @@ code to your ``assets/app.js`` file:
54
// assets/app.js
55
import { registerVueControllerComponents } from '@symfony/ux-vue';
56
57
- registerVueControllerComponents(require.context('./vue/controllers', true, /\\.(j|t)sx?$/));
+ registerVueControllerComponents(require.context('./vue/controllers', true, /\.vue$/));
58
59
This will load all Vue components located in the ``assets/vue/controllers``
60
directory. These are known as **Vue controller components**: top-level
0 commit comments