Skip to content

Commit 816fa58

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Frontend: fix class name when using Vue/JSX/Styles
2 parents c1c755e + a15300e commit 816fa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/vuejs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ a workaround, you can use `CSS Modules`_ by suffixing import paths with
129129
color: red
130130
}
131131
132-
The output will be something like ``<h1 class="h1_a3dKp">Hello World</h1>``.
132+
The output will be something like ``<h1 class="title_a3dKp">Hello World</h1>``.
133133

134134
Using images
135135
~~~~~~~~~~~~

0 commit comments

Comments
 (0)