fix: fix html render escape error in template demo (#11922)
This commit is contained in:
parent
60405853f3
commit
60c49b1d32
|
|
@ -2,4 +2,4 @@
|
|||
{{ each pics }}
|
||||
<img src="{{$value}}"/>
|
||||
{{/each}}
|
||||
{{ author }}
|
||||
{{@ author }}
|
||||
Loading…
Reference in New Issue