primevue-mirror/src/AppFooter.vue

9 lines
395 B
Vue
Raw Normal View History

<template>
<div class="content-section layout-footer clearfix">
2020-04-24 07:00:13 +00:00
<span>PrimeVue 2.0.0</span>
<div class="footer-links">
<a href="https://github.com/primefaces/primevue"><i class=" icon-github fa fa-github-square"></i></a>
<a href="https://twitter.com/primevue"><i class="icon-twitter fa fa-twitter-square"></i></a>
</div>
</div>
</template>