vue.html 233 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. {% include head.html %}
  4. <body>
  5. {% include header.html %}
  6. <div class="page-app rule-app">
  7. {%- include vue-rule-script.html -%}
  8. </div>
  9. {% include footer.html %}
  10. </body>
  11. </html>