You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #11346 [Frontend] Add section for using JSX with Vue.js (Kocal)
This PR was squashed before being merged into the 3.4 branch (closes#11346).
Discussion
----------
[Frontend] Add section for using JSX with Vue.js
Hi :)
This PR add a new section for using JSX with Vue.js:
```js
Encore.useVueLoader(() => {}, {
useJsx: true
});
```
We should not merge it before symfony/webpack-encore#553 is merged.
Commits
-------
916ad73 [Frontend] Add section for using JSX with Vue.js
0 commit comments