gpt4 book ai didi

riot.js - Riotjs - 前端页面结构

转载 作者:行者123 更新时间:2023-12-01 00:12:03 25 4
gpt4 key购买 nike

我正在为系统使用防暴。但我在每个地方都使用公共(public)标签时遇到问题。因为我必须复制每个页面的所有通用标签。

我添加了所有这样的标签。有人对此有解决方案吗?

<st-service>
<st-alert></st-alert>
<st-header></st-header>
<st-body></st-body>
<st-footer></st-footer>
</st-service>

<st-profile>
<st-alert></st-alert>
<st-header></st-header>
<st-body></st-body>
<st-footer></st-footer>
</st-profile>

最佳答案

我找到了一个解决方案,我正在使用这个方法来处理这些常见的标签。像这样

<st-common>
<st-alert></st-alert>
<st-header></st-header>

<yeild></yeild>

<st-footer></st-footer>
</st-common>

service-page.tag // page
<st-service-page>
<st-common>
<st-service></st-service>
</st-common>
<st-service-page>

profile-page.tag // page
<st-profile-page>
<st-common>
<st-profile></st-profile>
</st-common>
<st-profile-page>

service-view.tag
<st-service>
// html / code body related to module
</st-service>

profile-view.tag
<st-profile>
// html / code body related to module
</st-profile>

如果需要详细信息,我可以解释。

关于riot.js - Riotjs - 前端页面结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57257025/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com