NoScript.vue 184 B

123456789101112
  1. <template>
  2. <footer class="footer">I'm footer!</footer>
  3. </template>
  4. <style>
  5. .footer {
  6. padding: 15px;
  7. border: 1px dashed red;
  8. text-align: center;
  9. margin-top: 30px;
  10. }
  11. </style>