美文网首页
Ember Component

Ember Component

作者: 不再更新_ | 来源:发表于2022-06-20 16:44 被阅读0次

Component 基础

Ember 的 UI 文件以 .hbs 格式放在 app/templates 目录下,其内容大体上与 HTML 无异。下面是一个 application.hbs 的示例:

<div class="messages">
  <aside>
    <div class="avatar is-active" title="Tomster's avatar">T</div>
  </aside>
  <section>
    ... 
  </sect由于简书服务器不稳定动不动就导致写完的文章只剩下一半,以及对文章的无故锁定,本博客不再更新。

相关文章

网友评论

      本文标题:Ember Component

      本文链接:https://www.haomeiwen.com/subject/iuizprtx.html