Templates should only be responsible for mapping the state to the UI.

it2025-11-04  1

Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.

组件标签没有闭合,如缺少外部包围的标签。

最新回复(0)