Commit e63f66a
committed
minor EasyCorp#4162 Enable the use of VueJS (mneuhaus)
This PR was merged into the 3.0.x-dev branch.
Discussion
----------
Enable the use of VueJS
I've been trying to enhance our EasyAdmin with some VueJS.
I want to wrap most of the EasyAdmin HTML into a VueJS App, but one Problem i found was, that the
_filters_modal_html.twig is included quite "deep" into the HTML, which produces warnings when i try
to set up a vue app starting from the .content-wrapper for example.
The main issue is, that that template file contains a script tag with javascript code.
By moving it to the body_javascript section everything works nicely together.
Commits
-------
ce605eb Enable the use of VueJS1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | 217 | | |
222 | 218 | | |
223 | 219 | | |
224 | 220 | | |
225 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments