Commit a15300e
committed
minor #11448 Frontend: fix class name when using Vue/JSX/Styles (Kocal)
This PR was merged into the 3.4 branch.
Discussion
----------
Frontend: fix class name when using Vue/JSX/Styles
Fixing a typo.
The CSS selector is `.title`, so `<h1 class={styles.title}>` will output something like `<h1 class="title_a3dKp">`, not `<h1 class="h1_a3dKp">`.
Thanks! :)
Commits
-------
dd2981a Frontend: fix class name when using Vue/JSX/Styles1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments