美文网首页
模板语法

模板语法

作者: 花钱约下 | 来源:发表于2017-04-24 16:02 被阅读0次
    • 在已命名的堆中追加内容
      <pre>
      @push('scripts')
      <script src="/example.js"></script>
      @endpush
      </pre>

    • 在视图定义注释,但不让html渲染
      <pre>
      {{-- This comment will not be present in the rendered HTML --}}
      </pre>

    相关文章

      网友评论

          本文标题:模板语法

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