primevue-mirror/src/AppFooter.vue

9 lines
404 B
Vue
Raw Normal View History

<template>
<div class="content-section layout-footer clearfix">
2020-03-23 12:49:25 +00:00
<span>PrimeVue 1.1.1-SNAPSHOT</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>