vp-hero-content.vue 550 B

12345678910111213141516
  1. <template>
  2. <div class="hero-content">
  3. <Content />
  4. </div>
  5. <el-divider style="margin-bottom: 0" />
  6. <div class="text-center py-6 text-xs">
  7. <p class="mb-1">
  8. Released under the
  9. <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferer">MIT License</a>.
  10. </p>
  11. <p class="mt-1">
  12. Made with ❤️ by
  13. <a href="https://github.com/element-plus" target="_blank" rel="noopener noreferer">Element Plus</a>
  14. </p>
  15. </div>
  16. </template>